DiskImageDefaults.fromJson constructor

DiskImageDefaults.fromJson(
  1. Map json_
)

Implementation

DiskImageDefaults.fromJson(core.Map json_)
    : this(
        sourceImage: json_['sourceImage'] as core.String?,
      );