AiutaImages class

Annotations
  • @JsonSerializable()

Constructors

AiutaImages({String? preonboardingImagePath, AiutaOnboardingImages? onboardingImages, String? selectorEmptyImagePath, String? feedbackThanksImagePath})
AiutaImages.fromJson(Map<String, dynamic> json)
factory

Properties

feedbackThanksImagePath String?
Feedback image of giving feedback from user (like icon, for instance)
final
hashCode int
The hash code for this object.
no setterinherited
onboardingImages AiutaOnboardingImages?
final
preonboardingImagePath String?
Background image path for pre onboarding screen.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectorEmptyImagePath String?
Image for empty state on selector screen
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