5 lines
91 B
Dart
5 lines
91 B
Dart
abstract class SQLWritable {
|
|
const SQLWritable();
|
|
|
|
Map<String, Object?> get sqlValue;
|
|
} |