ActionCallback constructor

const ActionCallback({
  1. required String name,
  2. required OnMessageRecieve callback,
})

Implementation

const ActionCallback({required this.name, required this.callback});