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