actionType property

ActionType? actionType
inherited

Returns the action type of the notification.

Implementation

ActionType? get actionType => _actionType;
  1. @visibleForTesting
  2. @protected
void actionType=(dynamic newValue)
inherited

Implementation

@visibleForTesting
@protected
set actionType(newValue) {
  _actionType = newValue;
}