File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- import "dart:_internal"
6
- show patch,
7
- checkNotNullable;
5
+ import "dart:_internal" show patch, checkNotNullable;
8
6
9
7
@patch
10
8
@pragma ("vm:entry-point" )
Original file line number Diff line number Diff line change @@ -98,8 +98,10 @@ class bool {
98
98
///
99
99
/// If [caseSensitive] is `true` , which is the default,
100
100
/// the only accepted inputs are the strings `"true"` and `"false"` .
101
- /// If [caseSensitive] is `false` , any combination of upper and lower case ASCII letters
102
- /// in the words `"true"` and `"false"` are accepted, as if the input was first lower-cased.
101
+ ///
102
+ /// If [caseSensitive] is `false` , any combination of upper and lower case
103
+ /// ASCII letters in the words `"true"` and `"false"` are accepted, as if the
104
+ /// input was first lower-cased.
103
105
///
104
106
/// If the [source] string does not contain a valid boolean literal
105
107
/// a [FormatException] is thrown.
You can’t perform that action at this time.
0 commit comments