EmptyDirVolumeSource.fromJson constructor

EmptyDirVolumeSource.fromJson(
  1. Map json_
)

Implementation

EmptyDirVolumeSource.fromJson(core.Map json_)
    : this(
        medium: json_['medium'] as core.String?,
        sizeLimit: json_['sizeLimit'] as core.String?,
      );