VideoModel class

Constructors

VideoModel({required String title, required String imageUrl, required String country, required String instructor, required String noOfEpisodes, required String price, required String totalHours, required String noOfModules, required String videoType, required int liveDate, required List<String> genres, required List<String> youWillLearn, required List<VideoDescriptionPoints> videDescriptionPoints})

Properties

country String
getter/setter pair
currency String
getter/setter pair
description String
getter/setter pair
genres List<String>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageUrl String
getter/setter pair
instructor String
getter/setter pair
instructorImage String
getter/setter pair
liveDate int
getter/setter pair
noOfEpisodes String
getter/setter pair
noOfModules String
getter/setter pair
price String
getter/setter pair
progress double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
getter/setter pair
totalHours String
getter/setter pair
videDescriptionPoints List<VideoDescriptionPoints>
getter/setter pair
videoType String
getter/setter pair
youWillLearn List<String>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited