mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-17 02:25:16 +00:00
Added Error handling
This commit is contained in:
@ -36,7 +36,7 @@ class ParserHelper {
|
||||
}
|
||||
|
||||
static String roundArea(dynamic value) {
|
||||
if (value.isNotEmpty && value.contains(' ')) {
|
||||
if (value.accessTokenIsNotEmpty && value.contains(' ')) {
|
||||
List<String> split = value!.split(' ');
|
||||
String formattedArea = ParserHelper.roundNumber(split[0]);
|
||||
|
||||
|
Reference in New Issue
Block a user