JsonRow typedef

JsonRow = JsonMap

Alias for Map<String, dynamic>, used to represent a row in a data table

Implementation

typedef JsonRow = JsonMap;