raw property

Map<String, dynamic> get raw

Access the raw map

Implementation

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