name property
Get the landmark store name.
Returns
- The landmark store name
Implementation
String get name {
final OperationResult resultString = objectMethod(
_pointerId,
'LandmarkStore',
'getName',
);
return resultString['result'];
}