URIs.fromJson constructor

URIs.fromJson(
  1. Map json_
)

Implementation

URIs.fromJson(core.Map json_)
  : this(
      api: json_['api'] as core.String?,
      gitHttps: json_['gitHttps'] as core.String?,
      html: json_['html'] as core.String?,
    );