UserNameBasedAuthentication class
abstract
Properties
attributes
→ Map <String , dynamic >
Holds all values that should be serialized.
Can either be generated upon demand or used all the time.
Example for using attributes as the data store:
no setter inherited
hashCode
→ int
The hash code for this object.
no setter inherited
objectCreators
→ Map <String , dynamic Function(Map <String , dynamic > ? ) >
Define functions that create new complex serializable or Map instances for nested objects.
You can evaluate the provided map value to select a specific subclass, if needed.
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
transformers
→ Map <String , dynamic Function(dynamic ) >
Define any transformations for values.
You can transform an enumeration to an int and the other way round:
no setter inherited
typeName
↔ String ?
getter/setter pair inherited
userName
↔ String ?
getter/setter pair