ja_db/bin/objects.dart

5 lines
91 B
Dart

abstract class SQLWritable {
const SQLWritable();
Map<String, Object?> get sqlValue;
}