OutputWidget.update constructor

const OutputWidget.update(
  1. {required int? rowsUpdated}
)

Implementation

const OutputWidget.update({required this.rowsUpdated})
    : lastRowId = null,
      queryResult = null,
      rowsDeleted = null,
      commandType = CommandType.update;