action property

String? get action

Implementation

String? get action => _getAttributeResolvedUri('action') ?? '';
set action (String? value)

Implementation

set action(String? value) {
  _setAttribute('action', value);
}