properties property

Map<String, dynamic>? properties
final

Entity properties to set on the issue. The maximum length of an issue property value is 32768 characters.

Implementation

final Map<String, dynamic>? properties;