objectiveVerbName property

  1. @JsonKey(name: 'objectiveVerbName')
String? objectiveVerbName
getter/setter pair

The localized string describing an action to be performed associated with the objectives, if any.

Implementation

@JsonKey(name:'objectiveVerbName')
String? objectiveVerbName;