WhiteLabel class

Constructors

WhiteLabel({required bool enable, required String domain, required String emailNoReply, required String emailSupport, required String brand, required String tagline, required String urlTos, required String urlPrivacy, required String urlAndroid, required String urlIos, required String urlOtherApp})
WhiteLabel.fromJson(Map<String, dynamic> json)

Properties

brand String
final
domain String
final
emailNoReply String
final
emailSupport String
final
enable bool
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagline String
final
urlAndroid String
final
urlIos String
final
final
urlOtherApp String
final
urlPrivacy String
final
urlTos String
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