toString method

  1. @override
String toString()
override

Returns the String representation of the current storage reference.

Implementation

@override
String toString() => jsObject.toString();