Currency.fromJson constructor

Currency.fromJson(
  1. String val
)

Constructs a Currency from the provided val.

Implementation

factory Currency.fromJson(String val) = Currency;