items property

List<PlaceGridItem>? items
final

data of the component. It's a List<PlaceGridItem> object.

Implementation

final List<PlaceGridItem>? items;