Tax constructor

Tax({
  1. String? id,
  2. String? createdAt,
  3. String? office,
  4. String? number,
})

Implementation

Tax({this.id, this.createdAt, this.office, this.number});