A utility for creating an empty list of models.
static List<Object> createModelList() { return <Object>[]; }