CivitaImage class

Constructors

CivitaImage.fromJson(Map<String, dynamic> json)

Properties

createdAt String
The date the image was posted
latefinal
hash String
The blurhash of the image
latefinal
hashCode int
The hash code for this object.
no setterinherited
height double
The height of the image
latefinal
id int
The id of the image
latefinal
meta Map<String, dynamic>?
The generation parameters parsed or input for the image
getter/setter pair
nsfw bool
If the image has any mature content labels
latefinal
nsfwLevel String
The NSFW level of the image
latefinal
postId int
The ID of the post the image belongs to
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stats CivitaStats
stats
latefinal
url String
The url of the image at it's source resolution
latefinal
username String?
The username of the creator
getter/setter pair
width double
The width of the image
latefinal

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