PayeeLocation constructor
PayeeLocation({})
Implementation
PayeeLocation({
required this.id,
required this.payeeId,
required this.latitude,
required this.longitude,
required this.deleted,
});
PayeeLocation({
required this.id,
required this.payeeId,
required this.latitude,
required this.longitude,
required this.deleted,
});