fromJson static method

WCRelayProtocol fromJson(
  1. Map json
)

Implementation

static WCRelayProtocol fromJson(Map json) =>
    _$WCRelayProtocolFromJson(json as Map<String, dynamic>);