menu
nudge_wallet package
documentation
entities/transactions.entity.dart
Value
Value.fromJson factory constructor
Value.fromJson factory constructor
dark_mode
light_mode
Value.fromJson
constructor
Value.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory
Value.fromJson(
Map
<
String
,
dynamic
> json) => Value( coin: Coin.fromJson(json[
"coin"
]), );
nudge_wallet package
documentation
entities/transactions.entity
Value
Value.fromJson factory constructor
Value class