TemplateSingleVideo.fromJson constructor
Implementation
factory TemplateSingleVideo.fromJson(Map<String, dynamic> json) => TemplateSingleVideo(
accessibleInformation: PropertyAccessibleInformation.fromJson(json['accessible_information']),
basicInformation: PropertyBasicInformation.fromJson(json['basic_information']),
singleVideo: PropertySingleVideo.fromJson(json['single_video']),
);