ThumbnailResponse class

Available Extensions

Constructors

ThumbnailResponse({String? name, String? hash, String? ext, String? mime, String? path, int? width, int? height, double? size, String? url})
ThumbnailResponse.fromMap(Map<String, dynamic> map)

Properties

ext String?
getter/setter pair
hash String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
height int?
getter/setter pair
mime String?
getter/setter pair
name String?
getter/setter pair
path String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double?
getter/setter pair
url String?
getter/setter pair
width int?
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.
override

Operators

operator ==(covariant ThumbnailResponse other) bool
The equality operator.
override