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