subkt / myaa.subkt.tasks / Subs / getRawMaybe
fun getRawMaybe(propertyName:
String
, entry:
String
= ""):
String
?
(source)
Searches for the given property in the Subs object's SubProperties instance, and returns the raw string, possibly null.
This function is run outside of a task context, using only release for lookup unless an entry is manually specified.
propertyName
- The property to find.
entry
- Optional manually specified entry for property lookup.