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