customData property

Map<String, Object?>? get customData

Gets the custom data as a typed Map. Decodes from the internal JSON string representation.

Implementation

Map<String, Object?>? get customData => _decodeCustomData(customDataJson);