Vibrato.fromJson constructor

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

Implementation

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