NetworkService constructor

NetworkService({
  1. bool? enabled,
  2. String? state,
})

Implementation

NetworkService({this.enabled, this.state});