fromJson static method
Implementation
static OpHello fromJson(dynamic json) {
return OpHello(heartbeatInterval: json['d']['heartbeat_interval']);
}
static OpHello fromJson(dynamic json) {
return OpHello(heartbeatInterval: json['d']['heartbeat_interval']);
}