menu
contigo_chat package
documentation
api/responses/rpc_response/rpc_response.dart
RpcResponse<T>
RpcResponse const constructor
RpcResponse const constructor
dark_mode
light_mode
RpcResponse<
T
>
constructor
const
RpcResponse<
T
>
(
{
required
String
jsonrpc
,
required
int
id
,
required
T?
result
,
RpcError
?
error
,
})
Implementation
const RpcResponse({ required this.jsonrpc, required this.id, required this.result, this.error, });
contigo_chat package
documentation
api/responses/rpc_response/rpc_response
RpcResponse<T>
RpcResponse const constructor
RpcResponse class