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