WifiDetectResponse.fromInt constructor

WifiDetectResponse.fromInt(
  1. int status
)

Implementation

factory WifiDetectResponse.fromInt(int status) {
  return WifiDetectResponse._(status);
}