readString method

String readString(
  1. int column
)

Reads a string from the specified column.

The column represents the index in the table where the string is stored.

Implementation

@pragma('vm:prefer-inline')
String readString(int column) => reader.readString(index, table, column);