ContainerResult.fromRawJson constructor
ContainerResult.fromRawJson(
- String str
Implementation
factory ContainerResult.fromRawJson(String str) =>
ContainerResult.fromJson(json.decode(str));
factory ContainerResult.fromRawJson(String str) =>
ContainerResult.fromJson(json.decode(str));