menu
digit_data_model package
documentation
models/entities/user.dart
UserModelMapper
fromJson static method
fromJson static method
dark_mode
light_mode
fromJson
static method
UserModel
fromJson
(
String
json
)
Implementation
static UserModel fromJson(String json) { return ensureInitialized().decodeJson<UserModel>(json); }
digit_data_model package
documentation
models/entities/user
UserModelMapper
fromJson static method
UserModelMapper class