Map<String, dynamic> toJson() => { "data": data == null ? null : List<dynamic>.from(data!.map((x) => x.toJson())), "status": status, };