Sector constructor

const Sector({
  1. required String name,
  2. int? order,
})

Implementation

const Sector({required this.name, this.order});