third property

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

Returns the third element of this record.

Implementation

@inlineVm
@inlineJs
@Deprecated(r'Instead use the canonical accessor $3')
T3 get third => $3;