dart2js library

Constants for use in metadata annotations to provide hints to dart2js.

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

Added at sdk version 2.0.0-dev.6.0

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.