ThumbnailVersion class

Annotations
  • @freezed

Constructors

ThumbnailVersion({@JsonKey(name: '@1x') required String v1, @JsonKey(name: '@2x') required String v2})
const
factory
ThumbnailVersion.fromJson(Map<String, Object?> json)
factory

Properties

copyWith → $ThumbnailVersionCopyWith<ThumbnailVersion>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
v1 String
The URL for the thumbnail image at 1x resolution.
no setterinherited
v2 String
The URL for the thumbnail image at 2x resolution.
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