allData property

Map<String, dynamic> get allData

Get all custom data

Implementation

Map<String, dynamic> get allData => Map.unmodifiable(_data);