MobileCarriersListResponse constructor
MobileCarriersListResponse({
- String? kind,
- List<
MobileCarrier> ? mobileCarriers,
Implementation
MobileCarriersListResponse({
this.kind,
this.mobileCarriers,
});