first property

  1. @inlineVm
  2. @inlineJs
  3. @Deprecated(r'Instead use the canonical accessor $1')
T1 first

Returns the first element of this record.

Implementation

@inlineVm
@inlineJs
@Deprecated(r'Instead use the canonical accessor $1')
T1 get first => $1;