StatefulPolicyPreservedStateDiskDevice.fromJson constructor

StatefulPolicyPreservedStateDiskDevice.fromJson(
  1. Map json_
)

Implementation

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