toMap method

Map toMap()

Implementation

Map toMap() {
  return {
    'parkingName': parkingName,
    'title': title,
    'templateName': templateName,
    'createAt': createAt,
    'imagePath': imagePath,
    'expiry': expiry,
  };
}