toMap method

Map<String, dynamic> toMap()

Converts the database to a cosmosdb compatible map

Implementation

Map<String, dynamic> toMap() => {'id': id};