QuerySendEnabledResponse constructor
const
QuerySendEnabledResponse({
- List<
SendEnabled> sendEnabled = const [], - PageResponse? pagination,
Implementation
const QuerySendEnabledResponse({
this.sendEnabled = const [],
this.pagination,
});