AugmentedForm constructor
const
AugmentedForm(
- Form _form,
- InteractionAffordance _interactionAffordance,
- ThingDescription _thingDescription,
- Map<
String, Object> ? _userProvidedUriVariables,
Creates a new augmented Form.
Implementation
const AugmentedForm(
this._form,
this._interactionAffordance,
this._thingDescription,
this._userProvidedUriVariables,
);