PingService constructor

const PingService({
  1. int defaultPort = 443,
})

构造 PingService / Creates a PingService.

Implementation

const PingService({this.defaultPort = 443});