UParkingResponse constructor
UParkingResponse({})
Implementation
UParkingResponse({
required this.id,
required this.createdAt,
required this.jsonData,
required this.tags,
required this.title,
required this.adminUserIds,
required this.entrancePrice,
required this.hourlyPrice,
required this.dailyPrice,
this.creator,
this.creatorId,
});