getBaseKey method

  1. @nonVirtual
String getBaseKey(
  1. X value, [
  2. String? inner
])

Builds a RaylibTempBase slot key from value's structName, tag, and an optional inner suffix.

Implementation

@nonVirtual
String getBaseKey(X value, [String? inner]) => '${value.structName}_${value.$state.tag}_$inner';