firstValue method

dynamic firstValue()

Implementation

dynamic firstValue() => this.firstOrNull?.columnAt(0);