BootDiskProfile.fromJson constructor

BootDiskProfile.fromJson(
  1. Map json_
)

Implementation

BootDiskProfile.fromJson(core.Map json_)
  : this(
      swapSizeGib: json_['swapSizeGib'] as core.String?,
      swapSizePercent: json_['swapSizePercent'] as core.int?,
    );