FormAction constructor

FormAction(
  1. String uri,
  2. String method
)

Creates a Form Action

Implementation

FormAction(this.uri, this.method);