init commit
This commit is contained in:
5
bin/objects.dart
Normal file
5
bin/objects.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
abstract class SQLWritable {
|
||||
const SQLWritable();
|
||||
|
||||
Map<String, Object?> get sqlValue;
|
||||
}
|
||||
Reference in New Issue
Block a user