unset property

  1. @JsonKey(includeIfNull: false)
List<String>? unset
final

A list of strings containing the fields to be removed from the activity.

Maximum 25 keys.

Implementation

@JsonKey(includeIfNull: false)
final List<String>? unset;