Data typedef

Data = Map<String, dynamic>

Alias for a map representing data in the database.

Implementation

typedef Data = Map<String, dynamic>;