schema property

List<Map> schema

Implementation

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