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