UIStateAction constructor

const UIStateAction({
  1. required String id,
  2. String type = '',
  3. String group = ActionGroups.uiState,
})

Implementation

const UIStateAction({
  required super.id,
  super.type = '',
  super.group = ActionGroups.uiState,
});