toString method

  1. @override
String toString()
override
Returns a

Implementation

@override
String toString() {
  return (this._uniqueId == null) ? "" : this._uniqueId!;
}