<itemvalue="If `dart:ui` passes an `Image` object and the recipient wishes to share that handle with other callers, [clone] must be called _before_ [dispose]. A handle that has been disposed cannot create new handles anymore."/>
<itemvalue="A class or method that receives an image object must call [dispose] on the handle when it is no longer needed. To create a shareable reference to the underlying image, call [clone]. The method or object that receives the new instance will then be responsible for disposing it, and the underlying image itself will be disposed when all outstanding handles are disposed."/>
@ -60,13 +62,11 @@
<itemvalue="ambient"/>
<itemvalue="ban_lint_code: don't use this, please use auto fix to resolve this problem"/>
<itemvalue="don't use this"/>
<itemvalue="this"/>
<itemvalue="Write the given [name], possibly with a prefix, assuming that the name can be imported from any of the given [uris]."/>