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