tempKey method
Name of the key to use for temporary struct definitions. Returns a temp key + index (for a case when multiple temp structs are processed).
Implementation
String tempKey() {
return "bcs-struct-${++counter}";
}
Name of the key to use for temporary struct definitions. Returns a temp key + index (for a case when multiple temp structs are processed).
String tempKey() {
return "bcs-struct-${++counter}";
}