columnOf method
readColumn without the type argument.
Implementation
Object? columnOf(Object? row, String column) =>
readColumn(row as TRow, column);
readColumn without the type argument.
Object? columnOf(Object? row, String column) =>
readColumn(row as TRow, column);