ninth property

  1. @inlineVm
  2. @inlineJs
  3. @Deprecated(r'Instead use the canonical accessor $9')
T9 ninth

Returns the ninth element of this record.

Implementation

@inlineVm
@inlineJs
@Deprecated(r'Instead use the canonical accessor $9')
T9 get ninth => $9;