ping property
String
get
ping
Implementation
_i2.String get ping => _i4.getProperty(
this,
'ping',
);
set
ping
(String value)
Implementation
set ping(_i2.String value) {
_i4.setProperty(
this,
'ping',
value,
);
}