menu
fractal package
documentation
access/async.dart
AsyncDatabaseCommand
AsyncDatabaseCommand.new const constructor
AsyncDatabaseCommand.new const constructor
dark_mode
light_mode
AsyncDatabaseCommand
constructor
const
AsyncDatabaseCommand
(
String
type
,
SendPort
sendPort
, {
dynamic
body
,
bool
isError
=
false
,
})
Implementation
const AsyncDatabaseCommand(this.type, this.sendPort, {this.body, this.isError = false});
fractal package
documentation
access/async
AsyncDatabaseCommand
AsyncDatabaseCommand.new const constructor
AsyncDatabaseCommand class