AiutaImagePickerImagesCustom class

A custom implementation of the AiutaImagePickerImages.

This class allows for custom images to be provided for the image picker feature.

Inheritance
Annotations
  • @JsonSerializable()

Constructors

AiutaImagePickerImagesCustom.new({required List<String> examples})
Creates an AiutaImagePickerImagesCustom with the exactly 2 examples of images showing what photos/poses will achieve the best results for the virtual try-on.
AiutaImagePickerImagesCustom.fromJson(Map<String, dynamic> json)
factory

Properties

examples List<String>
List of example images. Exactly 2 images are required.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type AiutaCustomizationType
The type of the images, indicating whether it is built-in or custom.
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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