JsonTable typedef

JsonTable = List<JsonRow>

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

Implementation

typedef JsonTable = List<JsonRow>;