getData abstract method
Gets the user-defined data associated with the map object. Returns The data stored in the map object.
Example:
// Get custom data
Map<String, dynamic> retrievedData = _circleMapObject!.data;
print("Circle custom data: $retrievedData");
Implementation
Uint8List getData();