CustomizationImages class

Constructors

CustomizationImages.new()

Properties

cameraScreenCloseButton ← dynamic
no getter
cameraScreenLightOffButton ← dynamic
no getter
cameraScreenLightOnButton ← dynamic
no getter
cameraScreenSwitchButton ← dynamic
no getter
hashCode int
The hash code for this object.
no setterinherited
onboardingScreenAccessories ← dynamic
no getter
onboardingScreenCameraLevel ← dynamic
no getter
onboardingScreenCloseButton ← dynamic
no getter
onboardingScreenIllumination ← dynamic
no getter
processingScreenCloseButton ← dynamic
no getter
retryScreenCloseButton ← dynamic
no getter
retryScreenHintEnvironment ← dynamic
no getter
retryScreenHintSubject ← dynamic
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successScreenImage ← dynamic
no getter
testSetters Map<String, dynamic>
getter/setter pair

Methods

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

Operators

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

Static Methods

fromJson(dynamic jsonObject) CustomizationImages
Allows you to deserialize object.