ExternalHostedReference.fromJson constructor
ExternalHostedReference.fromJson(
- Map json
Implementation
ExternalHostedReference.fromJson(Map json)
: this(json['hosted']['name'], json['hosted']['url'],
new VersionConstraint.parse(json['hosted']['version']));