V2TimVideoElem class Models

V2TimVideoElem

Annotations
  • @JsonSerializable()

Constructors

V2TimVideoElem(String videoPath, String uUID, int videoSize, int duration, String snapshotPath, String snapshotUUID, int snapshotSize, int snapshotWidth, int snapshotHeight, String videoUrl, String snapshotUrl)
V2TimVideoElem.fromJson(Map<String, dynamic> srcJson)
factory

Properties

duration int
@JsonKey(name: 'duration'), read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
snapshotHeight int
@JsonKey(name: 'snapshotHeight'), read / write
snapshotPath String
@JsonKey(name: 'snapshotPath'), read / write
snapshotSize int
@JsonKey(name: 'snapshotSize'), read / write
snapshotUrl String
@JsonKey(name: 'snapshotUrl'), read / write
snapshotUUID String
@JsonKey(name: 'snapshotUUID'), read / write
snapshotWidth int
@JsonKey(name: 'snapshotWidth'), read / write
uUID String
@JsonKey(name: 'UUID'), read / write
videoPath String
@JsonKey(name: 'videoPath'), read / write
videoSize int
@JsonKey(name: 'videoSize'), read / write
videoUrl String
@JsonKey(name: 'videoUrl'), read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toJson() Map<String, dynamic>
toString() String
Returns a string representation of this object.
inherited

Operators

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