toMap method

Map<String, String?> toMap()

Map representation of this instance.

Implementation

Map<String, String?> toMap() => _data;