getString method

String getString(
  1. int i
)

Returns the string value of the field at index i.

Implementation

String getString(int i) => getField(i);