HostedDetails constructor

HostedDetails(
  1. String? declaredName,
  2. Uri? url
)

Implementation

HostedDetails(this.declaredName, this.url);