MediaV2.fromRawJson constructor

MediaV2.fromRawJson(
  1. String str
)

Implementation

factory MediaV2.fromRawJson(String str) => MediaV2.fromJson(json.decode(str));