data property

Map<int, dynamic> get data

The data of the menu.

Implementation

Map<int, dynamic> get data => _data;