Operating constructor

const Operating({
  1. required String carrierCode,
})

Implementation

const Operating({required this.carrierCode});