Data class

Constructors

Data.new({String? id, String? title, String? urlViewer, String? url, String? displayUrl, int? width, int? height, int? size, int? time, int? expiration, Image? image, Image? thumb, String? deleteUrl})
Data.fromJson(Map<String, dynamic> json)
factory

Properties

deleteUrl String?
getter/setter pair
displayUrl String?
getter/setter pair
expiration int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
getter/setter pair
id String?
getter/setter pair
image Image?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int?
getter/setter pair
thumb Image?
getter/setter pair
time int?
getter/setter pair
title String?
getter/setter pair
url String?
getter/setter pair
urlViewer String?
getter/setter pair
width int?
getter/setter pair

Methods

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

Operators

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