Returns portable representation of this table.
Source
Map<String, dynamic> asMap() {
return {"name": name, "columns": columns.map((c) => c.asMap()).toList(), "unique": uniqueColumnSet};
}
Returns portable representation of this table.
Map<String, dynamic> asMap() {
return {"name": name, "columns": columns.map((c) => c.asMap()).toList(), "unique": uniqueColumnSet};
}