extra property Null safety

Map<String, dynamic> extra
inherited

email is the email used by the Topic on the App. extra is a map of additional properties.

Implementation

// required String source,
/// [extra] is a map of additional properties.
@JsonExtra()
Map<String, dynamic> get extra => throw _privateConstructorUsedError;