origin property

  1. @JsonKey(includeIfNull: false)
String? origin
final

The origin of the activity. i.e. where the actor came from.

Implementation

@JsonKey(includeIfNull: false)
final String? origin;