Va constructor

Va({
  1. String? vaNumber,
  2. String? subCompanyCode,
  3. FreeText? freeText,
  4. String? recipientName,
})

Implementation

Va({this.vaNumber, this.subCompanyCode, this.freeText, this.recipientName});