encode method

Map<String, Object?> encode()

Implementation

Map<String, Object?> encode() => {
  if (email != null) 'email': email!.toTfJson(),
};