cause property

  1. @JsonKey(fromJson: causeFromJson, name: "causes")
ListCause cause
final

The cause that this action is part of

Implementation

// Although at the api level an action can be in many causes, for now we are
// only showing a single cause in the UI.
@JsonKey(fromJson: causeFromJson, name: "causes")
final ListCause cause;