factory GetLinkRequest.fromJson(Map<String, dynamic> json) { return GetLinkRequest(name: json['name'] ?? ''); }