asMap method

Map<String, dynamic> asMap()

Backwards-compatible alias for toMap() used elsewhere in the project.

Implementation

Map<String, dynamic> asMap() => toMap();