VideoPictures class

VideoPictures Video Picture Details

Constructors

VideoPictures({required int? id, required int? nr, required String? picture})
VideoPictures Name Constructor with required param id nr picture
VideoPictures.fromJson(Map<String, dynamic> json)
VideoPictures.fromJson Mapping Object to VideoPictures
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id int?
The id of the video_picture.
getter/setter pair
nr int?
nr integer
getter/setter pair
picture String?
A link to the preview image.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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