ListSendAsResponse constructor

ListSendAsResponse({
  1. List<SendAs>? sendAs,
})

Implementation

ListSendAsResponse({
  this.sendAs,
});