VideoPage class
Constructors
-
VideoPage({String? videoId, String? title, String? channelName, String? viewCount, String? subscribeCount, String? likeCount, String? unlikeCount, String? date, String? description, String? channelThumb, String? channelId})
-
-
VideoPage.fromMap(Map<String, dynamic>? map, String videoId)
-
factory
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited