FFVideoCutModel class

Constructors

FFVideoCutModel({Uint8List? thumbImageData, String? path, String? thumbImagePath, int width = 0, int height = 0, String? videoUrl, String? meidaId, double millSecond = 0, int size = 0})

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
getter/setter pair
meidaId String?
getter/setter pair
millSecond double
时长:毫秒
getter/setter pair
path String?
视频路径路径
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
getter/setter pair
thumbImageData Uint8List?
视频缩略图图片data
getter/setter pair
thumbImagePath String?
视频缩略图图片路径
getter/setter pair
videoUrl String?
url
getter/setter pair
width int
getter/setter pair

Methods

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

Operators

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