HpsCode constructor
const
HpsCode({
- required String code,
- required String title,
- required String meaning,
- required HpsCodeEffect effect,
- required HpsCodeReason reason,
- required HpsCodeSource source,
- bool rejectsRequest = false,
- bool sendReversal = false,
- String? tecsTitle,
Implementation
const HpsCode({
required this.code,
required this.title,
required this.meaning,
required this.effect,
required this.reason,
required this.source,
this.rejectsRequest = false,
this.sendReversal = false,
this.tecsTitle,
});