SwayzeTableStatus class
Constructors
-
SwayzeTableStatus({required bool isSql, required bool isLoadingMetadata, required bool isLoadingRows, required int? rowCount, required int loadedRowCount, required int loadedByteCount, required int skippedBinaryCount, required int? statementRowsAffected})
-
const
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited