toJson method

Map toJson()

Implementation

Map toJson() => {
      "distance": distance,
      "eLoc": eLoc,
      "email": email,
      "entryLatitude": entryLatitude,
      "entryLongitude": entryLongitude,
      "keywords": keywords,
      "landlineNo": landlineNo,
      "latitude": latitude,
      "longitude": longitude,
      "mobileNo": mobileNo,
      "orderIndex": orderIndex,
      "placeAddress": placeAddress,
      "placeName": placeName,
      "type": type,
      "categoryCode": categoryCode,
      "hourOfOperation": hourOfOperation,
      "richInfo": richInfo,
      "addressTokens": addressTokens?.toJson(),
    };