Tremolo.fromJson constructor

Tremolo.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Tremolo.fromJson(Map<String, Object?> json) => _$TremoloFromJson(json);