FormAction class

Model for a Action inside a Form

Constructors

FormAction(String uri, String method)
Creates a Form Action
FormAction.fromJson(Map<String, dynamic> json)
Deserialize json into a FormAction

Properties

hashCode int
The hash code for this object.
no setteroverride
method String
http.BaseRequest.method method this Action uses
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri String
Path the Action points to
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes FormAction to json
toString() String
A string representation of this object.
override

Operators

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