<itemvalue="Converts [input] to an YAML document as [String]. This implements `dart:convert` [Converter]. - Calls [write]."/>
<itemvalue="[toEncodable] is called to encode non-builtin classes."/>
<itemvalue="If [allowUnquotedStrings] is set, strings are written without quotes if possible."/>
<itemvalue="allow unquoted strings"/>
<itemvalue="Initialize the gradient's colors and stops. The [colors] argument must have at least two colors (the length is not verified until the [createShader] method is called). If specified, the [stops] argument must have the same number of entries as [colors] (this is also not verified until the [createShader] method is called). The [transform] argument can be applied to transform _only_ the gradient, without rotating the canvas itself or other geometry on the canvas. For example, a `GradientRotation(math.pi4)` will result in a [SweepGradient] that starts from a position of 6 o'clock instead of 3 o'clock, assuming no other rotation or perspective transformations have been applied to the [Canvas]. If null, no transformation is applied."/>
<itemvalue="任务关联数据"/>
<itemvalue="seq tasks"/>
@ -68,10 +72,6 @@
<itemvalue="Listens to changes on the value exposed by this provider. The listener will be called immediately after the provider completes building. As opposed to [Ref.listen], the listener will be called even if [updateShouldNotify] returns false, meaning that the previous and new value can potentially be identical. Returns a function which can be called to remove the listener."/>