JsonTableSet typedef
Alias for List<List<Map<String, dynamic>>>, used to represent a set of data tables
Implementation
typedef JsonTableSet = List<JsonTable>;
Alias for List<List<Map<String, dynamic>>>, used to represent a set of data tables
typedef JsonTableSet = List<JsonTable>;