QuerySendEnabledResponse constructor

const QuerySendEnabledResponse({
  1. List<SendEnabled> sendEnabled = const [],
  2. PageResponse? pagination,
})

Implementation

const QuerySendEnabledResponse({
  this.sendEnabled = const [],
  this.pagination,
});