menu
messenger
api/backend/extension/wallet.dart
PriceConversion
toModel method
toModel
dark_mode
light_mode
toModel
method
Price
toModel
(
)
Constructs a new
Price
from this
PriceMixin
.
Implementation
Price toModel() => Price(sum: sum, currency: currency);
messenger
wallet
PriceConversion
toModel method
PriceConversion extension on
PriceMixin