ExternalServiceLinks constructor

ExternalServiceLinks({
  1. ExternalServiceLinksProvider? provider,
  2. ExternalServiceLinksSelf? self,
})

Returns a new ExternalServiceLinks instance.

Implementation

ExternalServiceLinks({
  this.provider,
  this.self,
});