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