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