menu
dds package
documentation
dap.dart
ValueFormat
fromJson static method
fromJson static method
dark_mode
light_mode
fromJson
static method
ValueFormat
fromJson
(
Map
<
String
,
Object
?
>
obj
)
Implementation
static ValueFormat fromJson(Map<String, Object?> obj) => ValueFormat.fromMap(obj);
dds package
documentation
dap
ValueFormat
fromJson static method
ValueFormat class