MeRequest constructor

MeRequest({
  1. String? action,
  2. Payload? payload,
  3. String? resource,
  4. String? type,
})

Implementation

MeRequest({
  this.action,
  this.payload,
  this.resource,
  this.type,
});