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
Nicolas Lopez
2020-09-14 17:27:51 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a5d1d77dcf63edb884e144e65a40e9c45629323f
a5d1d77d
1 parent
d16be160
Fix Unused
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
lib/src/utils/extensions/dynamic_extensions.dart
lib/src/utils/extensions/dynamic_extensions.dart
View file @
a5d1d77
import
'dart:developer'
;
import
'../../../utils.dart'
;
import
'../regex/get_utils.dart'
;
...
...
@@ -10,7 +8,7 @@ extension GetDynamicUtils on dynamic {
bool
get
isNull
=>
GetUtils
.
isNull
(
this
);
bool
get
isNullOrBlank
=>
GetUtils
.
isNullOrBlank
(
this
);
void
logError
({
String
info
=
''
})
=>
GetUtils
.
log
(
'Error:
${this.runtimeType}
'
,
this
,
info
);
...
...
Please
register
or
login
to post a comment