VideoContent class

视频消息

Constructors

VideoContent({required String coverName, required String coverPath, required String coverUrl, required List<int> coverBytes, required String videoName, required String videoPath, required String videoUrl, required List<int> videoBytes, int duration = 0, int width = 0, int height = 0, int size = 0})

Properties

coverBytes List<int>
getter/setter pair
coverName String
getter/setter pair
coverPath String
getter/setter pair
coverUrl String
getter/setter pair
duration int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
getter/setter pair
videoBytes List<int>
getter/setter pair
videoName String
getter/setter pair
videoPath String
getter/setter pair
videoUrl String
getter/setter pair
width int
getter/setter pair

Methods

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

Operators

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

Static Methods

fromJson(String content) VideoContent