menu
agent_dart package
documentation
wallet/types.dart
Amount
Amount constructor
Amount constructor
dark_mode
light_mode
Amount
constructor
Amount
(
String
value
,
Currency
currency
,
Map
<
String
,
dynamic
>
?
metadata
)
Implementation
Amount(this.value, this.currency, this.metadata);
agent_dart package
documentation
wallet/types
Amount
Amount constructor
Amount class