schema property
Implementation
List<Map> get schema {
return [
{"name": keyColumn, "type": "string", "constraints": "UNIQUE NOT NULL"},
{"name": valueColumn, "type": "blob"}
];
}
List<Map> get schema {
return [
{"name": keyColumn, "type": "string", "constraints": "UNIQUE NOT NULL"},
{"name": valueColumn, "type": "blob"}
];
}