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-15 11:17:09 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
76fea43284ac69cd7630b921736fba14e31f1093
76fea432
1 parent
dc9f9d7f
GetX Logger
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
lib/src/utils/regex/get_utils.dart
lib/src/utils/regex/get_utils.dart
View file @
76fea43
import
'../../../get.dart'
;
class
GetUtils
{
/// Checks if data is null.
static
bool
isNull
(
dynamic
s
)
=>
s
==
null
;
...
...
@@ -486,5 +488,5 @@ class GetUtils {
}
static
void
printFunction
(
String
prefix
,
dynamic
value
,
String
info
)
=>
print
(
'
$prefix
$value
$info
'
.
trim
());
GetConfig
.
log
(
'
$prefix
$value
$info
'
.
trim
());
}
...
...
Please
register
or
login
to post a comment