WhiteLabelData class

Constructors

WhiteLabelData.new({String? whiteLabelUserId, String? name, String? logoFull, String? logoCrop, String? loadingIconFull, String? loadingIconCrop, String? isOpenSignUpForm})
WhiteLabelData.fromJson(dynamic json)

Properties

hashCode int
The hash code for this object.
no setterinherited
isOpenSignUpForm String?
no setter
loadingIconCrop String?
no setter
loadingIconFull String?
no setter
logoCrop String?
no setter
logoFull String?
no setter
name String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
whiteLabelUserId String?
no setter

Methods

copyWith({String? whiteLabelUserId, String? name, String? logoFull, String? logoCrop, String? loadingIconFull, String? loadingIconCrop, String? isOpenSignUpForm}) WhiteLabelData
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