UBusinessCategory constructor

const UBusinessCategory({
  1. required String code,
  2. required String nameEn,
  3. required String nameFa,
})

Implementation

const UBusinessCategory({required this.code, required this.nameEn, required this.nameFa});