EscrowProduct constructor
const
EscrowProduct({})
Implementation
const EscrowProduct(
{required this.id, required this.name, required this.code, required this.unitPrice, required this.quantity});
const EscrowProduct(
{required this.id, required this.name, required this.code, required this.unitPrice, required this.quantity});