AiutaOnboardingImages class

Annotations
  • @JsonSerializable()

Constructors

AiutaOnboardingImages({required String? onboardingTryOnMainImage1Path, required String? onboardingTryOnMainImage2Path, required String? onboardingTryOnMainImage3Path, required String? onboardingTryOnItemImage1Path, required String? onboardingTryOnItemImage2Path, required String? onboardingTryOnItemImage3Path, required String? onboardingBestResulBadImage1Path, required String? onboardingBestResulBadImage2Path, required String? onboardingBestResulGoodImage1Path, required String? onboardingBestResulGoodImage2Path})
AiutaOnboardingImages.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
onboardingBestResulBadImage1Path String?
Example of bad image on Best result step (left)
final
onboardingBestResulBadImage2Path String?
Example of bad image on Best result step (right)
final
onboardingBestResulGoodImage1Path String?
Example of good image on Best result step (left)
final
onboardingBestResulGoodImage2Path String?
Example of good image on Best result step (right)
final
onboardingTryOnItemImage1Path String?
Item image on Try On step (1 substep)
final
onboardingTryOnItemImage2Path String?
Item image on Try On step (2 substep)
final
onboardingTryOnItemImage3Path String?
Item image on Try On step (3 substep)
final
onboardingTryOnMainImage1Path String?
Main image on Try On step (1 substep)
final
onboardingTryOnMainImage2Path String?
Main image on Try On step (2 substep)
final
onboardingTryOnMainImage3Path String?
Main image on Try On step (3 substep)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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