itemsToMap method

List itemsToMap()

Implementation

List<dynamic> itemsToMap() {
	return _items.map((element) => element.toMap()).toList();
}