menu
spacetimedb_sdk package
documentation
protocol.dart
OneOffQueryResult
OneOffQueryResult.new constructor
OneOffQueryResult.new constructor
dark_mode
light_mode
OneOffQueryResult
constructor
OneOffQueryResult
(
{
required
int
requestId
,
QueryRows
?
rows
,
String
?
error
,
})
Implementation
OneOffQueryResult({required this.requestId, this.rows, this.error});
spacetimedb_sdk package
documentation
protocol
OneOffQueryResult
OneOffQueryResult.new constructor
OneOffQueryResult class