toString abstract method

  1. @override
String toString()
override

Returns a string representation of this annotation.

The string representation includes the annotation _type and all property values in a readable format.

Returns: A string representation of this annotation

Implementation

@override
String toString();