toString method

  1. @override
String toString()
override

Converts the ScriptRefType instance to a string representation.

Implementation

@override
String toString() {
  return "ScriptRefType.$name";
}