Untitled

 avatar
unknown
dart
3 years ago
958 B
4
Indexable
          'BeginLat': GlobalV.customerFromNotif.beginLat == null ? "" : GlobalV.customerFromNotif.beginLat.toString(),
          'BeginLng': GlobalV.customerFromNotif.beginLng == null ? "" :  GlobalV.customerFromNotif.beginLng.toString(),
          'EndLat': GlobalV.customerFromNotif.endLat == null ? "" :  GlobalV.customerFromNotif.endLat.toString(),
          'EndLng': GlobalV.customerFromNotif.endLng == null ? "" :  GlobalV.customerFromNotif.endLng.toString(),
          'BeginCity': GlobalV.customerFromNotif.beginCity == null ? "" :  GlobalV.customerFromNotif.beginCity.toString(),
          'EndCity': GlobalV.customerFromNotif.endCity == null ? "" :  GlobalV.customerFromNotif.endCity.toString(),
          'RouteIndex': GlobalV.customerFromNotif.routeIndex == null ? "" :  GlobalV.customerFromNotif.routeIndex.toString(),
          'PayMethods': GlobalV.customerFromNotif.payMethods == null ? "" :  GlobalV.customerFromNotif.payMethods.toString(),
Editor is loading...