|
1 | | -{{>head}} |
| 1 | +{{ >head }} |
2 | 2 |
|
3 | | - <div |
4 | | - id="dartdoc-main-content" |
5 | | - class="main-content" |
6 | | - data-above-sidebar="{{ aboveSidebarPath }}" |
7 | | - data-below-sidebar="{{ belowSidebarPath }}"> |
8 | | - {{#self}} |
9 | | - <div>{{>source_link}}<h1><span class="kind-class">{{{nameWithGenerics}}}</span> {{kind}} {{>feature_set}} {{>categorization}}</h1></div> |
10 | | - {{/self}} |
| 3 | +<div |
| 4 | + id="dartdoc-main-content" |
| 5 | + class="main-content" |
| 6 | + data-above-sidebar="{{ aboveSidebarPath }}" |
| 7 | + data-below-sidebar="{{ belowSidebarPath }}"> |
| 8 | + {{ #self }} |
| 9 | + <div>{{ >source_link }}<h1><span class="kind-class">{{{ nameWithGenerics }}}</span> {{ kind }} {{ >feature_set }} {{ >categorization }}</h1></div> |
| 10 | + {{ /self }} |
11 | 11 |
|
12 | | - {{#clazz}} |
13 | | - {{>documentation}} |
| 12 | + {{ #clazz }} |
| 13 | + {{ >documentation }} |
14 | 14 |
|
15 | | - {{#hasModifiers}} |
| 15 | + {{ #hasModifiers }} |
16 | 16 | <section> |
17 | 17 | <dl class="dl-horizontal"> |
18 | 18 | {{ >super_chain }} |
19 | 19 | {{ >interfaces }} |
20 | 20 | {{ >mixed_in_types }} |
21 | 21 |
|
22 | | - {{#hasPublicImplementors}} |
23 | | - <dt>Implementers</dt> |
24 | | - <dd><ul class="comma-separated clazz-relationships"> |
25 | | - {{#publicImplementorsSorted}} |
26 | | - <li>{{{linkedName}}}</li> |
27 | | - {{/publicImplementorsSorted}} |
28 | | - </ul></dd> |
29 | | - {{/hasPublicImplementors}} |
| 22 | + {{ #hasPublicImplementors }} |
| 23 | + <dt>Implementers</dt> |
| 24 | + <dd><ul class="comma-separated clazz-relationships"> |
| 25 | + {{ #publicImplementorsSorted }} |
| 26 | + <li>{{{ linkedName }}}</li> |
| 27 | + {{ /publicImplementorsSorted }} |
| 28 | + </ul></dd> |
| 29 | + {{ /hasPublicImplementors }} |
30 | 30 |
|
31 | | - {{#hasPotentiallyApplicableExtensions}} |
32 | | - <dt>Available Extensions</dt> |
33 | | - <dd><ul class="comma-separated clazz-relationships"> |
34 | | - {{#potentiallyApplicableExtensionsSorted}} |
35 | | - <li>{{{linkedName}}}</li> |
36 | | - {{/potentiallyApplicableExtensionsSorted}} |
37 | | - </ul></dd> |
38 | | - {{/hasPotentiallyApplicableExtensions}} |
| 31 | + {{ #hasPotentiallyApplicableExtensions }} |
| 32 | + <dt>Available Extensions</dt> |
| 33 | + <dd><ul class="comma-separated clazz-relationships"> |
| 34 | + {{ #potentiallyApplicableExtensionsSorted }} |
| 35 | + <li>{{{ linkedName }}}</li> |
| 36 | + {{ /potentiallyApplicableExtensionsSorted }} |
| 37 | + </ul></dd> |
| 38 | + {{ /hasPotentiallyApplicableExtensions }} |
39 | 39 |
|
40 | 40 | {{ >container_annotations }} |
41 | 41 | </dl> |
42 | 42 | </section> |
43 | | - {{/hasModifiers}} |
| 43 | + {{ /hasModifiers }} |
44 | 44 |
|
45 | 45 | {{ >constructors }} |
46 | 46 |
|
47 | | - {{#hasPublicInstanceFields}} |
| 47 | + {{ #hasPublicInstanceFields }} |
48 | 48 | <section class="summary offset-anchor{{ #publicInheritedInstanceFields }} inherited{{ /publicInheritedInstanceFields }}" id="instance-properties"> |
49 | 49 | <h2>Properties</h2> |
50 | 50 |
|
51 | 51 | <dl class="properties"> |
52 | | - {{#publicInstanceFieldsSorted}} |
53 | | - {{>property}} |
54 | | - {{/publicInstanceFieldsSorted}} |
| 52 | + {{ #publicInstanceFieldsSorted }} |
| 53 | + {{ >property }} |
| 54 | + {{ /publicInstanceFieldsSorted }} |
55 | 55 | </dl> |
56 | 56 | </section> |
57 | | - {{/hasPublicInstanceFields}} |
| 57 | + {{ /hasPublicInstanceFields }} |
58 | 58 |
|
59 | 59 | {{ >instance_methods }} |
60 | 60 | {{ >instance_operators }} |
61 | 61 | {{ >static_properties }} |
62 | 62 | {{ >static_methods }} |
63 | 63 | {{ >static_constants }} |
64 | | - {{/clazz}} |
| 64 | + {{ /clazz }} |
65 | 65 |
|
66 | 66 | </div> <!-- /.main-content --> |
67 | 67 |
|
68 | 68 | <div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left"> |
69 | | - {{>search_sidebar}} |
70 | | - <h5>{{parent.name}} {{parent.kind}}</h5> |
| 69 | + {{ >search_sidebar }} |
| 70 | + <h5>{{ parent.name }} {{ parent.kind }}</h5> |
71 | 71 | <div id="dartdoc-sidebar-left-content"></div> |
72 | 72 | </div> |
73 | 73 |
|
74 | 74 | <div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right"> |
75 | 75 | </div><!--/.sidebar-offcanvas--> |
76 | 76 |
|
77 | | -{{>footer}} |
| 77 | +{{ >footer }} |
0 commit comments