menu
artifacts_mmo_openapi package
documentation
api.dart
AccountStatus
fromJson static method
fromJson static method
dark_mode
light_mode
fromJson
static method
AccountStatus
?
fromJson
(
dynamic
value
)
Implementation
static AccountStatus? fromJson(dynamic value) => AccountStatusTypeTransformer().decode(value);
artifacts_mmo_openapi package
documentation
api
AccountStatus
fromJson static method
AccountStatus class