resolveStaticProperty static method

String? resolveStaticProperty(
  1. String typeName,
  2. String property
)

Implementation

static String? resolveStaticProperty(String typeName, String property) {
  return RobloxMacroRegistry.resolveStaticProperty(typeName, property);
}