origin property

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

The feed id where the activity was posted.

Can be of type User, Reaction, or String

Implementation

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