MobileDataState constructor
MobileDataState({})
Constructs a MobileDataState object.
Implementation
MobileDataState({
required this.isMobileDataEnabled,
this.networkOperator,
this.networkType,
});
Constructs a MobileDataState object.
MobileDataState({
required this.isMobileDataEnabled,
this.networkOperator,
this.networkType,
});