DocumentationIcon constructor Null safety
- String url
Create an annotation to provide a URL to an image describing a class.
Implementation
const DocumentationIcon(this.url) : assert(url != null);
Create an annotation to provide a URL to an image describing a class.
const DocumentationIcon(this.url) : assert(url != null);