AugmentedForm constructor

const AugmentedForm(
  1. Form _form,
  2. InteractionAffordance _interactionAffordance,
  3. ThingDescription _thingDescription,
  4. Map<String, Object>? _userProvidedUriVariables,
)

Creates a new augmented Form.

Implementation

const AugmentedForm(
  this._form,
  this._interactionAffordance,
  this._thingDescription,
  this._userProvidedUriVariables,
);