Instrument.fromJson constructor

Instrument.fromJson(
  1. String source
)

Implementation

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