$ThirdPartyUrl.fromJson constructor
$ThirdPartyUrl.fromJson(
- Map json_
Implementation
$ThirdPartyUrl.fromJson(core.Map json_)
: this(
type: json_['type'] as core.String?,
url: json_['url'] as core.String?,
);