UXPFormDataCollection class
Constructors
-
UXPFormDataCollection.new({void formDataChangeCallback(Map<
String, String> )?})
Properties
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