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