toString method

  1. @override
String toString()

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() => 'Profile(profiles: $profiles)';