instructions property

InstructionRouteAttribute get instructions

Инструкции, которые необходимо выполнить для движения по маршруту.

Implementation

InstructionRouteAttribute get instructions {
  _CInstructionRouteAttribute res = _CRoute_instructions(_CRouteMakeDefault().._impl=_self);
  final t = res._toDart();
  res._releaseIntermediate();
  return t;
}