menu
chatwoot_flutter_sdk package
documentation
data/local/entity/chatwoot_user.dart
ChatwootUser
email property
email property
dark_mode
light_mode
email
property
@JsonKey.new()
@HiveField.new(3)
String
?
email
final
email of chatwoot user
Implementation
@JsonKey() @HiveField(3) final String? email;
chatwoot_flutter_sdk package
documentation
data/local/entity/chatwoot_user
ChatwootUser
email property
ChatwootUser class