actor property

  1. @JsonKey(includeIfNull: false)
A? actor
final

The actor performing the activity.

The type of this field can be either a String or a User.

Implementation

@JsonKey(includeIfNull: false)
final A? actor;