TableList constructor

TableList([
  1. dynamic db
])

Implementation

TableList([db]) : super(db == null ? [] : [db]);