DirectLink.fromJson constructor
Constructs a DirectLink from the provided json.
Implementation
factory DirectLink.fromJson(Map<String, dynamic> json) =>
_$DirectLinkFromJson(json);
Constructs a DirectLink from the provided json.
factory DirectLink.fromJson(Map<String, dynamic> json) =>
_$DirectLinkFromJson(json);