OutputWidget.delete constructor
- {required int? rowsDeleted}
Implementation
const OutputWidget.delete({required this.rowsDeleted})
: lastRowId = null,
queryResult = null,
rowsUpdated = null,
commandType = CommandType.delete;
const OutputWidget.delete({required this.rowsDeleted})
: lastRowId = null,
queryResult = null,
rowsUpdated = null,
commandType = CommandType.delete;