getData abstract method

Uint8List getData()

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();