last property
SettlementRouteLongEntry?
get
last
Последний элемент.
Implementation
SettlementRouteLongEntry? get last {
_COptional_CSettlementRouteLongEntry res = _CSettlementRouteLongAttribute_last(_CSettlementRouteLongAttributeMakeDefault().._impl=_self);
return res._toDart();
}