prefix static method

String prefix()

Implementation

static String prefix() {
  return DartApi.native.signature.prefix().intoString();
}