componentProperties property

  1. @JsonKey(defaultValue: {})
Map<String, ComponentProperty> componentProperties
final

A mapping of name to ComponentProperty for all component properties on this instance. Each property has a type, value, and other optional values.

Implementation

@JsonKey(defaultValue: {})
final Map<String, ComponentProperty> componentProperties;