WhiteLabelingParams class

Implementers

Constructors

WhiteLabelingParams({String? logoImageUrl, int? logoImageHeight, String? appTitle, Favicon? favicon, PaletteSettings? paletteSettings, String? helpLinkBaseUrl, bool? enableHelpLinks, bool? showNameVersion, String? platformName, String? platformVersion, String? customCss})
WhiteLabelingParams.fromJson(Map<String, dynamic> json)

Properties

appTitle String?
getter/setter pair
customCss String?
getter/setter pair
getter/setter pair
favicon Favicon?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
helpLinkBaseUrl String?
getter/setter pair
logoImageHeight int?
getter/setter pair
logoImageUrl String?
getter/setter pair
paletteSettings PaletteSettings?
getter/setter pair
platformName String?
getter/setter pair
platformVersion String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showNameVersion bool?
getter/setter pair

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.
override
whiteLabelingParamsString([String? toStringBody]) String

Operators

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