1
1
{{> head}}
2
2
3
- < div id ="dartdoc-sidebar-left " class ="sidebar sidebar-offcanvas-left ">
4
- {{> search_sidebar}}
5
- < h5 > < span class ="package-name "> {{parent.name}}</ span > < span class ="package-kind "> {{parent.kind}}</ span > </ h5 >
6
- {{> packages}}
7
- </ div >
8
-
9
- < div id ="dartdoc-main-content " class ="main-content ">
10
- {{#self}}
11
- < h1 > < span class ="kind-category "> {{name}}</ span > {{kind}}</ h1 >
12
- {{> documentation}}
13
-
14
- {{#hasPublicLibraries}}
15
- < section class ="summary offset-anchor " id ="libraries ">
16
- < h2 > Libraries</ h2 >
17
-
18
- < dl >
19
- {{#publicLibrariesSorted}}
20
- {{> library}}
21
- {{/publicLibrariesSorted}}
22
- </ dl >
23
- </ section >
24
- {{/hasPublicLibraries}}
25
-
26
- {{#hasPublicClasses}}
27
- < section class ="summary offset-anchor " id ="classes ">
28
- < h2 > Classes</ h2 >
29
-
30
- < dl >
31
- {{#publicClassesSorted}}
32
- {{> class}}
33
- {{/publicClassesSorted}}
34
- </ dl >
35
- </ section >
36
- {{/hasPublicClasses}}
37
-
38
- {{#hasPublicMixins}}
39
- < section class ="summary offset-anchor " id ="mixins ">
40
- < h2 > Mixins</ h2 >
41
-
42
- < dl >
43
- {{#publicMixinsSorted}}
44
- {{> mixin}}
45
- {{/publicMixinsSorted}}
46
- </ dl >
47
- </ section >
48
- {{/hasPublicMixins}}
49
-
50
- {{#hasPublicConstants}}
51
- < section class ="summary offset-anchor " id ="constants ">
52
- < h2 > Constants</ h2 >
53
-
54
- < dl class ="properties ">
55
- {{#publicConstantsSorted}}
56
- {{> constant}}
57
- {{/publicConstantsSorted}}
58
- </ dl >
59
- </ section >
60
- {{/hasPublicConstants}}
61
-
62
- {{#hasPublicProperties}}
63
- < section class ="summary offset-anchor " id ="properties ">
64
- < h2 > Properties</ h2 >
65
-
66
- < dl class ="properties ">
67
- {{#publicPropertiesSorted}}
68
- {{> property}}
69
- {{/publicPropertiesSorted}}
70
- </ dl >
71
- </ section >
72
- {{/hasPublicProperties}}
73
-
74
- {{#hasPublicFunctions}}
75
- < section class ="summary offset-anchor " id ="functions ">
76
- < h2 > Functions</ h2 >
77
-
78
- < dl class ="callables ">
79
- {{#publicFunctionsSorted}}
80
- {{> callable}}
81
- {{/publicFunctionsSorted}}
82
- </ dl >
83
- </ section >
84
- {{/hasPublicFunctions}}
85
-
86
- {{#hasPublicEnums}}
87
- < section class ="summary offset-anchor " id ="enums ">
88
- < h2 > Enums</ h2 >
89
-
90
- < dl >
91
- {{#publicEnumsSorted}}
92
- {{> class}}
93
- {{/publicEnumsSorted}}
94
- </ dl >
95
- </ section >
96
- {{/hasPublicEnums}}
97
-
98
- {{#hasPublicTypedefs}}
99
- < section class ="summary offset-anchor " id ="typedefs ">
100
- < h2 > Typedefs</ h2 >
101
-
102
- < dl class ="callables ">
103
- {{#publicTypedefsSorted}}
104
- {{> callable}}
105
- {{/publicTypedefsSorted}}
106
- </ dl >
107
- </ section >
108
- {{/hasPublicTypedefs}}
109
-
110
- {{#hasPublicExceptions}}
111
- < section class ="summary offset-anchor " id ="exceptions ">
112
- < h2 > Exceptions / Errors</ h2 >
113
-
114
- < dl >
115
- {{#publicExceptionsSorted}}
116
- {{> class}}
117
- {{/publicExceptionsSorted}}
118
- </ dl >
119
- </ section >
120
- {{/hasPublicExceptions}}
121
- {{/self}}
122
-
123
- </ div > <!-- /.main-content -->
124
- < div id ="dartdoc-sidebar-right " class ="sidebar sidebar-offcanvas-right ">
125
- < h5 > {{self.name}} {{self.kind}}</ h5 >
126
- {{> sidebar_for_category}}
127
- </ div > <!--/sidebar-offcanvas-right-->
128
- {{> footer}}
3
+ < div id ="dartdoc-sidebar-left " class ="sidebar sidebar-offcanvas-left ">
4
+ {{> search_sidebar}}
5
+ < h5 > < span class ="package-name "> {{parent.name}}</ span > < span class ="package-kind "> {{parent.kind}}</ span > </ h5 >
6
+ {{> packages}}
7
+ </ div >
8
+
9
+ < div id ="dartdoc-main-content " class ="main-content ">
10
+ {{#self}}
11
+ < h1 > < span class ="kind-category "> {{name}}</ span > {{kind}}</ h1 >
12
+ {{> documentation}}
13
+
14
+ {{#hasPublicLibraries}}
15
+ < section class ="summary offset-anchor " id ="libraries ">
16
+ < h2 > Libraries</ h2 >
17
+
18
+ < dl >
19
+ {{#publicLibrariesSorted}}
20
+ {{> library}}
21
+ {{/publicLibrariesSorted}}
22
+ </ dl >
23
+ </ section >
24
+ {{/hasPublicLibraries}}
25
+
26
+ {{#hasPublicClasses}}
27
+ < section class ="summary offset-anchor " id ="classes ">
28
+ < h2 > Classes</ h2 >
29
+
30
+ < dl >
31
+ {{#publicClassesSorted}}
32
+ {{> class}}
33
+ {{/publicClassesSorted}}
34
+ </ dl >
35
+ </ section >
36
+ {{/hasPublicClasses}}
37
+
38
+ {{#hasPublicMixins}}
39
+ < section class ="summary offset-anchor " id ="mixins ">
40
+ < h2 > Mixins</ h2 >
41
+
42
+ < dl >
43
+ {{#publicMixinsSorted}}
44
+ {{> mixin}}
45
+ {{/publicMixinsSorted}}
46
+ </ dl >
47
+ </ section >
48
+ {{/hasPublicMixins}}
49
+
50
+ {{#hasPublicConstants}}
51
+ < section class ="summary offset-anchor " id ="constants ">
52
+ < h2 > Constants</ h2 >
53
+
54
+ < dl class ="properties ">
55
+ {{#publicConstantsSorted}}
56
+ {{> constant}}
57
+ {{/publicConstantsSorted}}
58
+ </ dl >
59
+ </ section >
60
+ {{/hasPublicConstants}}
61
+
62
+ {{#hasPublicProperties}}
63
+ < section class ="summary offset-anchor " id ="properties ">
64
+ < h2 > Properties</ h2 >
65
+
66
+ < dl class ="properties ">
67
+ {{#publicPropertiesSorted}}
68
+ {{> property}}
69
+ {{/publicPropertiesSorted}}
70
+ </ dl >
71
+ </ section >
72
+ {{/hasPublicProperties}}
73
+
74
+ {{#hasPublicFunctions}}
75
+ < section class ="summary offset-anchor " id ="functions ">
76
+ < h2 > Functions</ h2 >
77
+
78
+ < dl class ="callables ">
79
+ {{#publicFunctionsSorted}}
80
+ {{> callable}}
81
+ {{/publicFunctionsSorted}}
82
+ </ dl >
83
+ </ section >
84
+ {{/hasPublicFunctions}}
85
+
86
+ {{#hasPublicEnums}}
87
+ < section class ="summary offset-anchor " id ="enums ">
88
+ < h2 > Enums</ h2 >
89
+
90
+ < dl >
91
+ {{#publicEnumsSorted}}
92
+ {{> class}}
93
+ {{/publicEnumsSorted}}
94
+ </ dl >
95
+ </ section >
96
+ {{/hasPublicEnums}}
97
+
98
+ {{#hasPublicTypedefs}}
99
+ < section class ="summary offset-anchor " id ="typedefs ">
100
+ < h2 > Typedefs</ h2 >
101
+
102
+ < dl class ="callables ">
103
+ {{#publicTypedefsSorted}}
104
+ {{> callable}}
105
+ {{/publicTypedefsSorted}}
106
+ </ dl >
107
+ </ section >
108
+ {{/hasPublicTypedefs}}
109
+
110
+ {{#hasPublicExceptions}}
111
+ < section class ="summary offset-anchor " id ="exceptions ">
112
+ < h2 > Exceptions / Errors</ h2 >
113
+
114
+ < dl >
115
+ {{#publicExceptionsSorted}}
116
+ {{> class}}
117
+ {{/publicExceptionsSorted}}
118
+ </ dl >
119
+ </ section >
120
+ {{/hasPublicExceptions}}
121
+ {{/self}}
122
+
123
+ </ div > <!-- /.main-content -->
124
+ < div id ="dartdoc-sidebar-right " class ="sidebar sidebar-offcanvas-right ">
125
+ < h5 > {{self.name}} {{self.kind}}</ h5 >
126
+ {{> sidebar_for_category}}
127
+ </ div >
128
+ <!--/sidebar-offcanvas-right-->
129
+ {{> footer}}
0 commit comments