GetAccountSettingsResponse constructor

GetAccountSettingsResponse({
  1. AccountLimit? accountLimit,
  2. AccountUsage? accountUsage,
})

Implementation

GetAccountSettingsResponse({
  this.accountLimit,
  this.accountUsage,
});