toMap method

  1. @override
Map<String, dynamic> toMap()
override

Implementation

@override
Map<String, dynamic> toMap() => {
      "identifier": identifier,
      "name": name,
      "address": address,
      "bounds": bounds.toMap(),
      "boundsRotated": boundsRotated.toMap(),
      "center": center.toMap(),
      "width": width,
      "height": height,
      "pictureThumbUrl": pictureThumbUrl,
      "pictureUrl": pictureUrl,
      "rotation": rotation,
      "userIdentifier": userIdentifier,
      "customFields": customFields,
      "createdAt": createdAt,
      "updatedAt": updatedAt
    };