getLineProgressVariableExpression static method
NSExpression variable that corresponds to the
line-progress
expression operator in the MapLibre Style Spec.
Implementation
static NSExpression getLineProgressVariableExpression() {
objc.checkOsVersionInternal('NSExpression.lineProgressVariableExpression', iOS: (false, (3, 0, 0)), macOS: (false, (10, 4, 0)));
final _ret = _objc_msgSend_151sglz(_class_NSExpression, _sel_lineProgressVariableExpression);
return NSExpression.castFromPointer(_ret, retain: true, release: true);
}