ImageDto class

Inheritance

Constructors

ImageDto({required String url, required int width, required int height, bool isCatalog = false})
ImageDto.fromJson(String source)
factory
ImageDto.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
finalinherited
isCatalog bool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
finalinherited
width int
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toImage() Image
toString() String
A string representation of this object.
inherited

Operators

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