InsertTableSchema class

Inheritance

Constructors

InsertTableSchema({required String name, required List<Map<String, dynamic>> listValues, Map<String, String> mapColumn = const {}})

Properties

hashCode → int
The hash code for this object.
no setterinherited
isEmpty → bool
no setterinherited
listValues → List<Map<String, dynamic>>
final
mapColumn → Map<String, String>
final
name → String
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() → QueryPrintable
override
copyMappingColumns(String keyMapper(String)) → InsertTableSchema
copyWith({String? name, List<Map<String, dynamic>>? listValues, Map<String, String>? mapColumn}) → InsertTableSchema
copyWithAddManyValues(List<Map<String, dynamic>> listValues) → InsertTableSchema
copyWithAddValues(Map<String, dynamic> values) → InsertTableSchema
mapValues() → Map<String, dynamic>
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