DBSubnetGroupMessage constructor
      
      DBSubnetGroupMessage({ 
    
    
- List<DBSubnetGroup> ? dBSubnetGroups,
- String? marker,
Implementation
DBSubnetGroupMessage({
  this.dBSubnetGroups,
  this.marker,
});