landmarkStoreId property

int get landmarkStoreId

Returns the generic categories landmark store id.

Returns

  • The landmark store id.

Implementation

static int get landmarkStoreId {
  final OperationResult resultString = staticMethod(
    'GenericCategories',
    'getLandmarkStoreId',
  );

  return resultString['result'];
}