groupProperties property

Map<String, Map<String, Map<String, Object?>>>? groupProperties
final

Group-level properties, keyed by group type, group name, then property name.

Implementation

final Map<String, Map<String, Map<String, Object?>>>? groupProperties;