object property

  1. @JsonKey(includeIfNull: false)
Ob? object
final

The object of the activity.

Can be a String or a CollectionEntry.

Implementation

@JsonKey(includeIfNull: false)
final Ob? object;