ActionInfoArguments constructor

ActionInfoArguments(
  1. {required int actionId}
)

Implementation

ActionInfoArguments({
  required this.actionId,
});