factory RpcPayload.fromJson( Map<String, dynamic> json, T Function(Object? json) fromJsonT, ) => _$RpcPayloadFromJson(json, fromJsonT);