Preset constructor
      
      Preset({})
     
    
    
Implementation
Preset({
  required this.name,
  required this.settings,
  this.arn,
  this.category,
  this.createdAt,
  this.description,
  this.lastUpdated,
  this.type,
});
Preset({
  required this.name,
  required this.settings,
  this.arn,
  this.category,
  this.createdAt,
  this.description,
  this.lastUpdated,
  this.type,
});