escape method

String escape(
  1. String ident
)

Implementation

String escape(String ident) => js_util.callMethod(this, 'escape', [ident]);