FazpassSettings class

An object to be used as settings for Fazpass.setSettings method.

This object isn't meant to be created by itself as it's only constructor, FazpassSettings.fromString, isn't meant to be called independently. Use FazpassSettingsBuilder instead.

Constructors

FazpassSettings.fromString(String settingsString)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isBiometricLevelHigh bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sensitiveData List<SensitiveData>
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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