Alias for List<Map<String, dynamic>>, used to represent a data table
typedef JsonTable = List<JsonRow>;