to property

  1. @JsonKey(includeIfNull: false, toJson: Serializer.readOnly)
List<String>? to
final

An array allows you to specify a list of feeds to which the activity should be copied.

One way to think about it is as the CC functionality of email.

Implementation

@JsonKey(includeIfNull: false, toJson: Serializer.readOnly)
final List<String>? to;