DocumentationIcon class
A class annotation to provide a URL to an image that represents the class.
Each class should only have one DocumentationIcon.
/// Utility class for beginning a dream-sharing sequence.
/// ...documentation...
@Category(<String>['Military Technology', 'Experimental'])
@DocumentationIcon('https://docs.example.org/icons/top.png')
class DreamSharing {
  // ...code...
}See also:
Constructors
- DocumentationIcon(String url)
- 
          Create an annotation to provide a URL to an image describing a class.
          const
Properties
Methods
- 
          noSuchMethod(Invocation invocation) → dynamic 
- 
          Invoked when a non-existent method or property is accessed. [...]
          inherited
- 
          toString() → String 
- 
          Returns a string representation of this object.
          inherited
Operators
- 
          operator ==(dynamic other) → bool 
- 
          The equality operator. [...]
          inherited