action property

String? get action

Implementation

String? get action => _$this._action;
set action (covariant String? action)
covariant

Implementation

set action(covariant String? action) => _$this._action = action;