ReactAction constructor

ReactAction({
  1. required dynamic id,
  2. dynamic data,
})

Implementation

ReactAction({required this.id, this.data});