List<String> formatRow(R object) { return [for (final column in columns) column.formatter(object, utc: utc)]; }