menu
odbc_fast package
documentation
infrastructure/native/bindings/ffi_buffer_helper.dart
StreamBufferFetchResult
StreamBufferFetchResult.new const constructor
StreamBufferFetchResult.new const constructor
dark_mode
light_mode
StreamBufferFetchResult
constructor
const
StreamBufferFetchResult
(
{
required
Uint8List
?
data
,
required
bool
hasMore
,
})
Implementation
const StreamBufferFetchResult({ required this.data, required this.hasMore, });
odbc_fast package
documentation
infrastructure/native/bindings/ffi_buffer_helper
StreamBufferFetchResult
StreamBufferFetchResult.new const constructor
StreamBufferFetchResult class