fromJson static method

ProtocolMessage fromJson(
  1. Map<String, Object?> obj
)

Implementation

static ProtocolMessage fromJson(Map<String, Object?> obj) =>
    ProtocolMessage.fromMap(obj);