VideoInfo.fromRawJson constructor
VideoInfo.fromRawJson(
- String str
Implementation
factory VideoInfo.fromRawJson(String str) =>
VideoInfo.fromJson(json.decode(str));
factory VideoInfo.fromRawJson(String str) =>
VideoInfo.fromJson(json.decode(str));