MerchantArgsController class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
merge(Map<String, dynamic>? other)
→ void
-
Merge other values into this controller. Values in
other overwrite existing ones.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap()
→ Map<String, dynamic>?
-
Returns the normalized map or null if empty.
-
toString()
→ String
-
A string representation of this object.
override