DropTableSchema class

Inheritance

Constructors

DropTableSchema({required List<String> names, bool? ifExists = false, DropTableType? type})

Properties

hashCode → int
The hash code for this object.
no setterinherited
ifExists → bool?
final
isEmpty → bool
no setterinherited
names → List<String>
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
type → DropTableType?
final

Methods

build() → QueryString
override
copyWith({List<String>? names, bool? ifExists, DropTableType? type}) → DropTableSchema
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
plain() → String
inherited
printable() → String
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited