CarrierInfoModel constructor

CarrierInfoModel({
  1. String? displayName,
  2. String? firebaseId,
  3. String? phone,
  4. String? id,
})

Implementation

CarrierInfoModel({this.displayName, this.firebaseId, this.phone, this.id});