seventh property

  1. @inlineVm
  2. @inlineJs
  3. @Deprecated(r'Instead use the canonical accessor $7')
T7 seventh

Returns the seventh element of this record.

Implementation

@inlineVm
@inlineJs
@Deprecated(r'Instead use the canonical accessor $7')
T7 get seventh => $7;