VideoElem class

Video message content

Constructors

VideoElem({String? videoPath, String? videoUUID, String? videoUrl, String? videoType, int? videoSize, int? duration, String? snapshotPath, String? snapshotUUID, int? snapshotSize, String? snapshotUrl, int? snapshotWidth, int? snapshotHeight})
VideoElem.fromJson(Map<String, dynamic> json)

Properties

duration int?
Duration in seconds
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapshotHeight int?
Snapshot height
getter/setter pair
snapshotPath String?
Snapshot path
getter/setter pair
snapshotSize int?
Snapshot size
getter/setter pair
snapshotUrl String?
Snapshot URL address
getter/setter pair
snapshotUUID String?
Snapshot UUID
getter/setter pair
snapshotWidth int?
Snapshot width
getter/setter pair
videoPath String?
Video path
getter/setter pair
videoSize int?
Size
getter/setter pair
videoType String?
MIME type
getter/setter pair
videoUrl String?
URL address of the video
getter/setter pair
videoUUID String?
UUID
getter/setter pair

Methods

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

Operators

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