VideoInfo.fromJson constructor

VideoInfo.fromJson(
  1. String str
)

Implementation

factory VideoInfo.fromJson(String str) =>
    VideoInfo.fromMap(json.decode(str) as Map<String, dynamic>);