ExternalHostedReference.fromJson constructor

ExternalHostedReference.fromJson(
  1. Map json
)

Implementation

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