FixedHeight class

Constructors

FixedHeight({String? height, String? width, String? size, String? url, String? mp4Size, String? mp4, String? webpSize, String? webp, String? frames, String? hash})
FixedHeight.fromJson(Map<String, dynamic> json)
factory

Properties

frames String?
final
hash String?
final
hashCode int
The hash code for this object.
no setterinherited
height String?
final
mp4 String?
final
mp4Size String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size String?
final
url String?
final
webp String?
final
webpSize String?
final
width String?
final

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