Req constructor

Req({
  1. String? key,
  2. Map<Object?, Object?>? data,
})

Implementation

Req({
  this.key,
  this.data,
});