StatefulPolicyPreservedStateDiskDevice.fromJson constructor
StatefulPolicyPreservedStateDiskDevice.fromJson(
- Map json_
Implementation
StatefulPolicyPreservedStateDiskDevice.fromJson(core.Map json_)
: this(
autoDelete: json_.containsKey('autoDelete')
? json_['autoDelete'] as core.String
: null,
);