form property
Whether form-based elicitation is supported.
Implementation
Map<String, Object?>? get form => _value[Keys.form] as Map<String, Object?>?;
Whether form-based elicitation is supported.
Map<String, Object?>? get form => _value[Keys.form] as Map<String, Object?>?;