meta_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 _NoInline
An annotation for methods to request that dart2js does not inline the method. [...]
const _NoInline()
tryInline → const _TryInline
An annotation for methods method to request that dart2js always inlines the method. [...]
const _TryInline()