fromJson static method

AudioModel fromJson(
  1. String raw
)

Implementation

static AudioModel fromJson(String raw) => AudioModel(raw);