ReactionsModel constructor

ReactionsModel({
  1. String? reactorId,
  2. String? reactCode,
})

Implementation

ReactionsModel({this.reactorId, this.reactCode});