Sizes class

Annotations
  • @JsonSerializable(explicitToJson: true, fieldRename: FieldRename.snake)

Constructors

Sizes()
Sizes.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
large Size?
Information for a large-sized version of the media.
getter/setter pair
medium Size?
Information for a medium-sized version of the media.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
small Size?
Information for a small-sized version of the media.
getter/setter pair
thumb Size?
Information for a thumbnail-sized version of the media.
getter/setter pair

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