DirectLink.fromJson constructor

DirectLink.fromJson(
  1. Map<String, dynamic> json
)

Constructs a DirectLink from the provided json.

Implementation

factory DirectLink.fromJson(Map<String, dynamic> json) =>
    _$DirectLinkFromJson(json);