copyWith method
Implementation
TransferSales copyWith({ String? from,
String? to,
}) => TransferSales( from: from ?? _from,
to: to ?? _to,
);
TransferSales copyWith({ String? from,
String? to,
}) => TransferSales( from: from ?? _from,
to: to ?? _to,
);