last property
InstructionRouteEntry?
get
last
Последний элемент.
Implementation
InstructionRouteEntry? get last {
_COptional_CInstructionRouteEntry res = _CInstructionRouteAttribute_last(_CInstructionRouteAttributeMakeDefault().._impl=_self);
final t = res._toDart();
res._releaseIntermediate();
return t;
}