fromJson static method

OpHello fromJson(
  1. dynamic json
)

Implementation

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