toString method

  1. @override
String toString()
override

Returns the result of the JavaScript objects toString method.

Implementation

@override
String toString() {
  throw UnsupportedError(
      'JavaScript interop is not supported in this runtime.');
}