fifth property
Returns the fifth element of this record.
Implementation
@inlineVm
@inlineJs
@Deprecated(r'Instead use the canonical accessor $5')
T5 get fifth => $5;
Returns the fifth element of this record.
@inlineVm
@inlineJs
@Deprecated(r'Instead use the canonical accessor $5')
T5 get fifth => $5;