getConstant method

dynamic getConstant(
  1. String palletName,
  2. String constantName
)

Convenience: Get constant value

Implementation

dynamic getConstant(String palletName, String constantName) {
  return registry.getConstantValue(palletName, constantName);
}