ActionCase constructor

ActionCase({
  1. String? value,
  2. Action? action,
})

Implementation

ActionCase({this.value, this.action});