isNew property

  1. @JsonKey(name: 'isNew')
bool? isNew
getter/setter pair

If true, then the activity should have a "new" indicator in the Director UI.

Implementation

@JsonKey(name:'isNew')
bool? isNew;