$ThirdPartyUrl constructor

$ThirdPartyUrl({
  1. String? type,
  2. String? url,
})

Implementation

$ThirdPartyUrl({this.type, this.url});