describe method

  1. @override
String describe()
override

Returns a human-readable description of the operation.

Implementation

@override
String describe() => 'Drop table "$tableName"';