DeepLinkData.fromJson constructor

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

Implementation

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