first property
InstructionRouteEntry?
get
first
Первый элемент.
Implementation
InstructionRouteEntry? get first {
_COptional_CInstructionRouteEntry res = _CInstructionRouteAttribute_first(_CInstructionRouteAttributeMakeDefault().._impl=_self);
final t = res._toDart();
res._releaseIntermediate();
return t;
}