toString method

  1. @override
String toString()
override

Simple representation of the object on a string.

Implementation

@override
String toString() =>
    'Title: $title Link:$link hasAttributes:${attributes.isNotEmpty}';