first property

String first

The first match. This will always be present because null will be returned if there are no matches.

Implementation

_i2.String get first => _i6.getProperty(
      this,
      '0',
    );