menu
matrix package
documentation
matrix_api_lite/model/auth/authentication_user_identifier.dart
AuthenticationUserIdentifier
AuthenticationUserIdentifier.fromJson constructor
AuthenticationUserIdentifier.fromJson constructor
dark_mode
light_mode
AuthenticationUserIdentifier.fromJson
constructor
AuthenticationUserIdentifier.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
AuthenticationUserIdentifier.fromJson(super.json) : user = json['user'] as String, super.fromJson();
matrix package
documentation
matrix_api_lite/model/auth/authentication_user_identifier
AuthenticationUserIdentifier
AuthenticationUserIdentifier.fromJson constructor
AuthenticationUserIdentifier class