MessageDirectPinRequest constructor

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

Implementation

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