InputInvoiceName constructor

InputInvoiceName({
  1. required String name,
})

Implementation

InputInvoiceName({required this.name});