AsyncDatabaseCommand constructor

const AsyncDatabaseCommand(
  1. String type,
  2. SendPort sendPort, {
  3. dynamic body,
  4. bool isError = false,
})

Implementation

const AsyncDatabaseCommand(this.type, this.sendPort,
    {this.body, this.isError = false});