Tax constructor

const Tax({
  1. required String name,
})

Implementation

const Tax({required this.name});