menu
dart_telegram_bot package
documentation
telegram_entities.dart
LabeledPrice
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
toJson
(
)
Implementation
Map toJson() { return { 'label': label, 'amount': amount, }..removeWhere((_, v) => v == null); }
dart_telegram_bot package
documentation
telegram_entities
LabeledPrice
toJson method
LabeledPrice class