toMap method
Implementation
Map<String, dynamic> toMap() {
return <String, dynamic>{
'deleteOnTermination': ?deleteOnTermination,
'deviceName': ?deviceName,
'encrypted': ?encrypted,
'iops': ?iops,
'kmsKeyId': ?kmsKeyId,
'tags': ?tags,
'tagsAll': ?tagsAll,
'throughput': ?throughput,
'volumeId': ?volumeId,
'volumeSize': ?volumeSize,
'volumeType': ?volumeType,
};
}