DockerRepositoryConfig.fromJson constructor
DockerRepositoryConfig.fromJson(
- Map json_
Implementation
DockerRepositoryConfig.fromJson(core.Map json_)
: this(
immutableTags: json_.containsKey('immutableTags')
? json_['immutableTags'] as core.bool
: null,
);