canEditStories property

  1. @JsonKey(name: 'can_edit_stories')
bool? get canEditStories
inherited

Optional. True, if the administrator can edit stories posted by other users; channels only

Implementation

@JsonKey(name: 'can_edit_stories')
bool? get canEditStories;