name property
Get name
Returns
- Name of the route segment.
Implementation
String get name {
final OperationResult resultString = objectMethod(
pointerId,
'PTRouteSegment',
'getName',
);
return resultString['result'];
}
Get name
Returns
String get name {
final OperationResult resultString = objectMethod(
pointerId,
'PTRouteSegment',
'getName',
);
return resultString['result'];
}