getID method
Forwards call to current's Scope.getID. Exception: metamethods have their IDs preserved
Implementation
String? getID(String id) => current.getID(id);
Forwards call to current's Scope.getID. Exception: metamethods have their IDs preserved
String? getID(String id) => current.getID(id);