toMap method

Map<String, dynamic> toMap()

Convert to Map (for platform channel)

Implementation

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