chore: Avoid unnecessary lambdas
This commit is contained in:
parent
5283d0fcc8
commit
a0a03941c2
13 changed files with 19 additions and 32 deletions
|
|
@ -66,7 +66,7 @@ class UrlLauncher {
|
|||
.split(';')
|
||||
.first
|
||||
.split(',')
|
||||
.map((s) => double.tryParse(s))
|
||||
.map(double.tryParse)
|
||||
.toList();
|
||||
if (latlong.length == 2 &&
|
||||
latlong.first != null &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue