DiveVideoInfo.fromJson constructor

DiveVideoInfo.fromJson(
  1. String source
)

Implementation

factory DiveVideoInfo.fromJson(String source) => DiveVideoInfo.fromMap(json.decode(source));