Currency.fromString constructor
Currency.fromString(
- String jsonString
Implementation
factory Currency.fromString(String jsonString) {
return Currency.fromJson(json.decode(jsonString));
}
factory Currency.fromString(String jsonString) {
return Currency.fromJson(json.decode(jsonString));
}