UnicoConfig class Null safety

Constructors

UnicoConfig({required String urlInstance, required String apikey, required String authToken, String? androidColorSilhoutte, String? androidColorBackground, String? androidColorBoxMessage, String? androidColorTextMessage, String? androidColorBackgroundPopupError, String? androidColorTextPopupError, String? androidColorBackgroundButtonPopupError, String? androidColorTextButtonPopupError, String? androidColorBackgroundTakePictureButton, String? androidColorIconTakePictureButton, String? androidColorBackgroundBottomDocument, String? androidColorTextBottomDocument, String? iosColorSilhoutteNeutra, String? iosColorSilhoutteSuccess, String? iosColorSilhoutteError, String? iosColorBackground, String? iosColorBackgroundBoxStatus, String? iosColorTextBoxStatus, String? iosColorBackgroundPopupError, String? iosColorTextPopupError, String? iosImageIconPopupError})

Properties

androidColorBackground String?
read / write
androidColorBackgroundBottomDocument String?
read / write
androidColorBackgroundButtonPopupError String?
read / write
androidColorBackgroundPopupError String?
read / write
androidColorBackgroundTakePictureButton String?
read / write
androidColorBoxMessage String?
read / write
androidColorIconTakePictureButton String?
read / write
androidColorSilhoutte String?
read / write
androidColorTextBottomDocument String?
read / write
androidColorTextButtonPopupError String?
read / write
androidColorTextMessage String?
read / write
androidColorTextPopupError String?
read / write
getCommonMap Map
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
iosColorBackground String?
read / write
iosColorBackgroundBoxStatus String?
read / write
iosColorBackgroundPopupError String?
read / write
iosColorSilhoutteError String?
read / write
iosColorSilhoutteNeutra String?
read / write
iosColorSilhoutteSuccess String?
read / write
iosColorTextBoxStatus String?
read / write
iosColorTextPopupError String?
read / write
iosImageIconPopupError String?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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