UXPFormDataCollection class

Constructors

UXPFormDataCollection.new({void formDataChangeCallback(Map<String, String>)?})

Properties

formDataChangeCallback ↔ void Function(Map<String, String>)?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
map Map<String, String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(Object? key) String?
replaceValuesByContextData(dynamic qsParams) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](Object? key) String?
operator []=(String key, String value) → void