toJson method

String toJson(
  1. Currency value
)

Implementation

String toJson(Currency value) =>
    _data.keys.firstWhere((e) => _data[e] == value);