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