canEditTag property

  1. @JsonKey.new(name: 'can_edit_tag')
bool? get canEditTag
inherited

True, if the user is allowed to edit their own tag

Implementation

@JsonKey(name: 'can_edit_tag')
bool? get canEditTag;