Theme class
Theme associated with a Credential.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- logoUrlDark ↔ String
-
URL to for resolving the logo image for dark mode.
getter/setter pair
- logoUrlLight ↔ String
-
URL to for resolving the logo image for light mode.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supportUrl ↔ String
-
URL for customer support portal.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
mapToTheme(
dynamic cred) → Theme