properties property

Map<String, String>? properties
final

The properties to be shown.

In this map, the keys represent each property's title or short description, and the values represent the detailed information about each.

Implementation

final Map<String, String>? properties;