AmountDisplay.fromJson constructor

AmountDisplay.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory AmountDisplay.fromJson(Map<String, dynamic> json) =>
    _$AmountDisplayFromJson(json);