ImageUris class

Uris for different resolutions of an image for a card.

Annotations
  • @JsonSerializable()

Constructors

ImageUris({required Uri small, required Uri normal, required Uri large, required Uri png, required Uri artCrop, required Uri borderCrop})
Constructs an ImageUris object by settings its properties.
const
ImageUris.fromJson(Map<String, dynamic> json)
Constructs an ImageUris object from JSON.
factory

Properties

artCrop Uri
A rectangular crop of the card’s art only.
final
borderCrop Uri
A full card image with the rounded corners and the majority of the border cropped off.
final
hashCode int
The hash code for this object.
no setterinherited
large Uri
A large full card image.
final
normal Uri
A medium-sized full card image.
final
png Uri
A transparent, rounded full card PNG.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
small Uri
A small full card image.
final

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