forceCellularNetwork property

bool? get forceCellularNetwork

Implementation

bool? get forceCellularNetwork {
  return $$context$$["forceCellularNetwork"];
}
set forceCellularNetwork (bool? value)

Implementation

set forceCellularNetwork(bool? value) {
  $$context$$["forceCellularNetwork"] = value;
}