valueOf<V> method

V? valueOf<V>(
  1. String fieldName
)

Reads another field value from the same row.

Implementation

V? valueOf<V>(String fieldName) => row.valueOf(fieldName) as V?;