getID method

String? getID(
  1. String id
)

Forwards call to current's Scope.getID. Exception: metamethods have their IDs preserved

Implementation

String? getID(String id) => current.getID(id);