File class

Constructors

File({required String id, required String tag, required String filename, required String content_type, required int filesize, String? type, int? width, int? height})
Image height
File.fromJSON(Map<String, dynamic> json)

Properties

content_type String
getter/setter pair
filename String
getter/setter pair
filesize int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
Image width
getter/setter pair
id String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
getter/setter pair
type String?
getter/setter pair
width int?
If the file is an image
getter/setter pair

Methods

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

Operators

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