GetAccountSettingsResponse constructor
      
      GetAccountSettingsResponse({ 
    
    
- AccountLimit? accountLimit,
- AccountUsage? accountUsage,
Implementation
GetAccountSettingsResponse({
  this.accountLimit,
  this.accountUsage,
});