Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Emanuel Mutschlechner
2020-12-30 03:54:07 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-12-30 03:54:07 +0100
Commit
e75b5063b17d6e296aaf8065696a4e1fa34a85e0
e75b5063
1 parent
835d637f
Change RxBool.isfalse to .isFalse
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/get_rx/src/rx_types/rx_core/rx_impl.dart
lib/get_rx/src/rx_types/rx_core/rx_impl.dart
View file @
e75b506
...
...
@@ -204,7 +204,7 @@ class RxBool extends _RxImpl<bool> {
bool
get
isTrue
=>
value
;
bool
get
is
f
alse
=>
!
isTrue
;
bool
get
is
F
alse
=>
!
isTrue
;
bool
operator
&(
bool
other
)
=>
other
&&
value
;
...
...
Please
register
or
login
to post a comment