Video class

Constructors

Video({required String id, String? iso_639_1, String? iso_3166_1, String? key, String? name, String? site, int? size, String? type})
Video.fromJson(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
final
iso_639_1 String?
iso_639_1 code
final
iso_3166_1 String?
iso3166_1 code
final
key String?
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
site String?
final
size int
final
type String?
final

Methods

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

Operators

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

Static Methods

listFromJson(List list) List<Video>