editors property

  1. @JsonKey(name: 'editors_tags', includeIfNull: false)
List<String>? editors
getter/setter pair

Editors. Read-only.

Implementation

@JsonKey(name: 'editors_tags', includeIfNull: false)
List<String>? editors;