XAction constructor

XAction({
  1. String? name,
  2. String? group,
})

Implementation

XAction({this.name, this.group});