URecentContractItem constructor
URecentContractItem({})
Implementation
URecentContractItem({
required this.id,
required this.bedTitle,
required this.dormTitle,
required this.startDate,
required this.endDate,
required this.rent,
required this.createdAt,
this.userName,
});