Instrument.fromJson constructor
Instrument.fromJson(
- String source
Implementation
factory Instrument.fromJson(String source) =>
Instrument.fromMap(json.decode(source));
factory Instrument.fromJson(String source) =>
Instrument.fromMap(json.decode(source));