VideoModel class

Constructors

VideoModel({required int id, required String name, String? path, required String uri, required int size, required DateTime dateAdded, required DateTime dateModified, required int duration, required int width, required int height, required String mimeType, String? fileExtension})
VideoModel.fromMap(Map<String, dynamic> map)
factory

Properties

dateAdded DateTime
final
dateModified DateTime
final
duration int
final
fileExtension String?
final
hashCode int
The hash code for this object.
no setterinherited
height int
final
id int
final
mimeType String
final
name String
final
path String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
final
uri String
final
width int
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.
override

Operators

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