UploadPreview class

Upload preview.

Annotations
  • @freezed

Constructors

UploadPreview({@JsonKey(name: 'url') required String url, @JsonKey(name: 'url_2x') required String url2x, @JsonKey(name: 'width') required int width, @JsonKey(name: 'height') required int height})
const
factory
UploadPreview.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $UploadPreviewCopyWith<UploadPreview>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
height int
Height in pixels.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
Absolute url to image.
no setterinherited
url2x String
Absolute url to high resolution image (retina).
no setterinherited
width int
Width in pixels.
no setterinherited

Methods

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

Operators

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