AwsVmsDetails constructor

AwsVmsDetails({
  1. List<AwsVmDetails>? details,
})

Implementation

AwsVmsDetails({
  this.details,
});