DatabaseRow typedef

DatabaseRow = Map<String, dynamic>

Database row type

Implementation

typedef DatabaseRow = Map<String, dynamic>;