PingConfig.fromJson constructor
PingConfig.fromJson(
- Map json_
Implementation
PingConfig.fromJson(core.Map json_)
: this(pingsCount: json_['pingsCount'] as core.int?);
PingConfig.fromJson(core.Map json_)
: this(pingsCount: json_['pingsCount'] as core.int?);