PasskeyTheme class Null safety

Theme associated with a Passkey.

Constructors

PasskeyTheme({required String logoLightUrl, required String logoDarkUrl, required String supportUrl})

Properties

hashCode int
The hash code for this object.
read-onlyinherited
logoDarkUrl String
URL to for resolving the logo image for dark mode.
read / write
logoLightUrl String
URL to for resolving the logo image for light mode.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
supportUrl String
URL for customer support portal.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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 passkey) PasskeyTheme