properties property

  1. @Deprecated('Not supported. Member documentation may have more information.')
Map<String, String>? properties
getter/setter pair

Set of properties that should be associated with the entitlement.

Optional.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.Map<core.String, core.String>? properties;