VideoInfo class

Inheritance

Constructors

VideoInfo({required String path, String? title, String? author, int? width, int? height, int? orientation, int? filesize, double? duration, int? rotation})
VideoInfo.fromJson(String str)
factory
VideoInfo.fromMap(Map<String, dynamic> json)
factory

Properties

author String?
final
duration double?
microsecond
final
file File?
finalinherited
filesize int?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
height int?
finalinherited
path String
finalinherited
rotation int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
final
width int?
finalinherited

Methods

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

Operators

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