ImageDto class
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
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