dart2js library

Constants for use in metadata annotations to provide hints to dart2js, which is the compiler used by dart compile js.

This is an experimental feature and not expected to be useful except for low level framework authors.

Constants

noInline → const pragma
An annotation for methods to request that dart2js does not inline the method.
tryInline → const pragma
An annotation for methods to request that dart2js always inline the method.