actor property

String? actor
final

Describes the entity that performed the activity.

An activity MUST contain one actor property whose value is a single Object.

Implementation

final String? actor;