VideoInfo.fromRawJson constructor

VideoInfo.fromRawJson(
  1. String str
)

Implementation

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