URIs constructor

URIs({
  1. String? api,
  2. String? gitHttps,
  3. String? html,
})

Implementation

URIs({this.api, this.gitHttps, this.html});