GenerateLinkResponse.fromJson constructor

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

Implementation

GenerateLinkResponse.fromJson(Map<String, dynamic> json)
    : properties = GenerateLinkProperties.fromJson(json),
      user = User.fromJson(json)!;