valueOf<V> method
Reads another field value from the same row.
Implementation
V? valueOf<V>(String fieldName) => row.valueOf(fieldName) as V?;
Reads another field value from the same row.
V? valueOf<V>(String fieldName) => row.valueOf(fieldName) as V?;