39
39
< div class ="toggle " id ="theme-button ">
40
40
< label for ="theme ">
41
41
< input type ="checkbox " id ="theme " value ="light-theme ">
42
- < span class ="material-symbols-outlined ">
42
+ < span id =" dark-theme-button " class ="material-symbols-outlined ">
43
43
brightness_4
44
44
</ span >
45
+ < span id ="light-theme-button " class ="material-symbols-outlined ">
46
+ brightness_5
47
+ </ span >
45
48
</ label >
46
49
</ div >
47
50
</ header >
50
53
< div id ="dartdoc-main-content " class ="main-content ">
51
54
< div >
52
55
< h1 > < span class ="kind-class "> GlobalOptions</ span > class
53
- < a href ="https://dart.dev/null-safety " class ="feature feature-null-safety " title ="Supports the null safety language feature. "> Null safety</ a >
54
56
55
57
</ h1 > </ div >
56
58
@@ -82,8 +84,8 @@ <h2>Properties</h2>
82
84
83
85
< dl class ="properties ">
84
86
< dt id ="hashCode " class ="property inherited ">
85
- < span class ="name "> < a href ="https://api.dart.dev/stable/2.19.3 /dart-core/Object/hashCode.html "> hashCode</ a > </ span >
86
- < span class ="signature "> → < a href ="https://api.dart.dev/stable/2.19.3 /dart-core/int-class.html "> int</ a > </ span >
87
+ < span class ="name "> < a href ="https://api.dart.dev/stable/3.0.6 /dart-core/Object/hashCode.html "> hashCode</ a > </ span >
88
+ < span class ="signature "> → < a href ="https://api.dart.dev/stable/3.0.6 /dart-core/int-class.html "> int</ a > </ span >
87
89
88
90
</ dt >
89
91
< dd class ="inherited ">
@@ -104,8 +106,8 @@ <h2>Properties</h2>
104
106
</ dd >
105
107
106
108
< dt id ="runtimeType " class ="property inherited ">
107
- < span class ="name "> < a href ="https://api.dart.dev/stable/2.19.3 /dart-core/Object/runtimeType.html "> runtimeType</ a > </ span >
108
- < span class ="signature "> → < a href ="https://api.dart.dev/stable/2.19.3 /dart-core/Type-class.html "> Type</ a > </ span >
109
+ < span class ="name "> < a href ="https://api.dart.dev/stable/3.0.6 /dart-core/Object/runtimeType.html "> runtimeType</ a > </ span >
110
+ < span class ="signature "> → < a href ="https://api.dart.dev/stable/3.0.6 /dart-core/Type-class.html "> Type</ a > </ span >
109
111
110
112
</ dt >
111
113
< dd class ="inherited ">
@@ -124,21 +126,21 @@ <h2>Properties</h2>
124
126
< h2 > Methods</ h2 >
125
127
< dl class ="callables ">
126
128
< dt id ="noSuchMethod " class ="callable inherited ">
127
- < span class ="name "> < a href ="https://api.dart.dev/stable/2.19.3 /dart-core/Object/noSuchMethod.html "> noSuchMethod</ a > </ span > < span class ="signature "> (< wbr > < span class ="parameter " id ="noSuchMethod-param-invocation "> < span class ="type-annotation "> < a href ="https://api.dart.dev/stable/2.19.3 /dart-core/Invocation-class.html "> Invocation</ a > </ span > < span class ="parameter-name "> invocation</ span > </ span > )
129
+ < span class ="name "> < a href ="https://api.dart.dev/stable/3.0.6 /dart-core/Object/noSuchMethod.html "> noSuchMethod</ a > </ span > < span class ="signature "> (< wbr > < span class ="parameter " id ="noSuchMethod-param-invocation "> < span class ="type-annotation "> < a href ="https://api.dart.dev/stable/3.0.6 /dart-core/Invocation-class.html "> Invocation</ a > </ span > < span class ="parameter-name "> invocation</ span > </ span > )
128
130
< span class ="returntype parameter "> → dynamic</ span >
129
131
</ span >
130
132
131
133
132
134
</ dt >
133
135
< dd class ="inherited ">
134
- Invoked when a non-existent method or property is accessed.
136
+ Invoked when a nonexistent method or property is accessed.
135
137
< div class ="features "> < span class ="feature "> inherited</ span > </ div >
136
138
137
139
</ dd >
138
140
139
141
< dt id ="toString " class ="callable inherited ">
140
- < span class ="name "> < a href ="https://api.dart.dev/stable/2.19.3 /dart-core/Object/toString.html "> toString</ a > </ span > < span class ="signature "> (< wbr > )
141
- < span class ="returntype parameter "> → < a href ="https://api.dart.dev/stable/2.19.3 /dart-core/String-class.html "> String</ a > </ span >
142
+ < span class ="name "> < a href ="https://api.dart.dev/stable/3.0.6 /dart-core/Object/toString.html "> toString</ a > </ span > < span class ="signature "> (< wbr > )
143
+ < span class ="returntype parameter "> → < a href ="https://api.dart.dev/stable/3.0.6 /dart-core/String-class.html "> String</ a > </ span >
142
144
</ span >
143
145
144
146
@@ -158,8 +160,8 @@ <h2>Methods</h2>
158
160
< h2 > Operators</ h2 >
159
161
< dl class ="callables ">
160
162
< dt id ="operator == " class ="callable inherited ">
161
- < span class ="name "> < a href ="https://api.dart.dev/stable/2.19.3 /dart-core/Object/operator_equals.html "> operator ==</ a > </ span > < span class ="signature "> (< wbr > < span class ="parameter " id ="==-param-other "> < span class ="type-annotation "> < a href ="https://api.dart.dev/stable/2.19.3 /dart-core/Object-class.html "> Object</ a > </ span > < span class ="parameter-name "> other</ span > </ span > )
162
- < span class ="returntype parameter "> → < a href ="https://api.dart.dev/stable/2.19.3 /dart-core/bool-class.html "> bool</ a > </ span >
163
+ < span class ="name "> < a href ="https://api.dart.dev/stable/3.0.6 /dart-core/Object/operator_equals.html "> operator ==</ a > </ span > < span class ="signature "> (< wbr > < span class ="parameter " id ="==-param-other "> < span class ="type-annotation "> < a href ="https://api.dart.dev/stable/3.0.6 /dart-core/Object-class.html "> Object</ a > </ span > < span class ="parameter-name "> other</ span > </ span > )
164
+ < span class ="returntype parameter "> → < a href ="https://api.dart.dev/stable/3.0.6 /dart-core/bool-class.html "> bool</ a > </ span >
163
165
</ span >
164
166
165
167
@@ -227,16 +229,16 @@ <h5>data library</h5>
227
229
< li class ="section-title ">
228
230
< a href ="../data/GlobalOptions-class.html#instance-properties "> Properties</ a >
229
231
</ li >
230
- < li class ="inherited "> < a href ="https://api.dart.dev/stable/2.19.3 /dart-core/Object/hashCode.html "> hashCode</ a > </ li >
232
+ < li class ="inherited "> < a href ="https://api.dart.dev/stable/3.0.6 /dart-core/Object/hashCode.html "> hashCode</ a > </ li >
231
233
< li > < a href ="../data/GlobalOptions/rng.html "> rng</ a > </ li >
232
- < li class ="inherited "> < a href ="https://api.dart.dev/stable/2.19.3 /dart-core/Object/runtimeType.html "> runtimeType</ a > </ li >
234
+ < li class ="inherited "> < a href ="https://api.dart.dev/stable/3.0.6 /dart-core/Object/runtimeType.html "> runtimeType</ a > </ li >
233
235
234
236
< li class ="section-title inherited "> < a href ="../data/GlobalOptions-class.html#instance-methods "> Methods</ a > </ li >
235
- < li class ="inherited "> < a href ="https://api.dart.dev/stable/2.19.3 /dart-core/Object/noSuchMethod.html "> noSuchMethod</ a > </ li >
236
- < li class ="inherited "> < a href ="https://api.dart.dev/stable/2.19.3 /dart-core/Object/toString.html "> toString</ a > </ li >
237
+ < li class ="inherited "> < a href ="https://api.dart.dev/stable/3.0.6 /dart-core/Object/noSuchMethod.html "> noSuchMethod</ a > </ li >
238
+ < li class ="inherited "> < a href ="https://api.dart.dev/stable/3.0.6 /dart-core/Object/toString.html "> toString</ a > </ li >
237
239
238
240
< li class ="section-title inherited "> < a href ="../data/GlobalOptions-class.html#operators "> Operators</ a > </ li >
239
- < li class ="inherited "> < a href ="https://api.dart.dev/stable/2.19.3 /dart-core/Object/operator_equals.html "> operator ==</ a > </ li >
241
+ < li class ="inherited "> < a href ="https://api.dart.dev/stable/3.0.6 /dart-core/Object/operator_equals.html "> operator ==</ a > </ li >
240
242
241
243
242
244
@@ -250,7 +252,7 @@ <h5>data library</h5>
250
252
< footer >
251
253
< span class ="no-break ">
252
254
uuid
253
- 4.0.0-beta3-1
255
+ 4.0.0
254
256
</ span >
255
257
256
258
0 commit comments