id property

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

Provides a permanent, universally unique identifier for the activity in the form of an absolute IRI.

An activity SHOULD contain a single id property. If an activity does not contain an id property, consumers MAY use the value of the url property as a less-reliable, non-unique identifier.

Implementation

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