MobileCarriersListResponse constructor

MobileCarriersListResponse({
  1. String? kind,
  2. List<MobileCarrier>? mobileCarriers,
})

Implementation

MobileCarriersListResponse({
  this.kind,
  this.mobileCarriers,
});