fromJson static method

DAppConnectParam fromJson(
  1. Map<String, dynamic> json
)

Implementation

static DAppConnectParam fromJson(Map<String, dynamic> json) =>
    _$DAppConnectParamFromJson(json);