<itemvalue="A physical separation with a hinge that allows two display panels to fold."/>
<itemvalue="posture Half Opened"/>
<itemvalue="posture Flat"/>
<itemvalue="hinge"/>
<itemvalue="cutout"/>
<itemvalue="The area of the flutter view occupied by this display feature, measured in logical pixels. On devices with two screens, the Flutter view spans from the top-left corner of the left or top screen to the bottom-right corner of the right or bottom screen, including the visual area occupied by any display feature. Bounds of display features are reported in this coordinate system. For example, on a dual screen device in portrait mode: [bounds.left] gives you the size of left screen, in logical pixels. [bounds.right] gives you the size of the left screen + the hinge width."/>
<itemvalue="seems not support avahi."/>
<itemvalue="pragma"/>
<itemvalue="lexeme"/>
@ -48,17 +54,11 @@
<itemvalue="Data structure output by PackageMapProvider. This contains both the package map and dependency information."/>
<itemvalue="A [UriResolver] implementation for the `package:` scheme that uses a map of package names to their directories."/>
<itemvalue="Information about a file being analyzed, explicitly or implicitly. It provides a consistent view on its properties. The properties are not guaranteed to represent the most recent state of the file system. To update the file to the most recent state, [refresh] should be called."/>
<itemvalue="A visitor used to traverse the AST structures of all of the compilation units being resolved and build the full set of dependencies for all constant expressions."/>
<itemvalue="visit Library Directive"/>
<itemvalue="Returns the result of parsing the given [content] as a compilation unit. If a [featureSet] is provided, it will be the default set of features that will be assumed by the parser. If a [path] is provided, it will be used as the name of the file when reporting errors. If [throwIfDiagnostics] is `true` (the default), then if any diagnostics are produced because of syntactic errors in the [content] an `ArgumentError` will be thrown. This behavior is not intended as a way for the client to find out about errors--it is intended to avoid causing problems for naive clients that might not be thinking about the possibility of parse errors (and might therefore make assumptions about the returned AST that don't hold in the presence of parse errors). Clients interested in details about parse errors should pass `false` and check `result.errors` to determine what parse errors, if any, have occurred."/>
<itemvalue="Platform Detector"/>
<itemvalue="Returns the least significant [width] bits of this integer, extending the highest retained bit to the sign. This is the same as truncating the value to fit in [width] bits using an signed 2-s complement representation. The returned value has the same bit value in all positions higher than [width]."/>