ImageEntity class

Constructors

ImageEntity({String? name, String? alternativeText, String? caption, int? width, int? height, FormatsEntity? formats, String? hash, String? ext, String? mime, double? size, String? url, dynamic previewUrl, String? provider, dynamic providerMetadata, String? createdAt, String? updatedAt})

Properties

alternativeText String?
getter/setter pair
caption String?
getter/setter pair
createdAt String?
getter/setter pair
ext String?
getter/setter pair
formats FormatsEntity?
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
previewUrl ↔ dynamic
getter/setter pair
provider String?
getter/setter pair
providerMetadata ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double?
getter/setter pair
updatedAt String?
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 ImageEntity other) bool
The equality operator.
override