lastEditor property

  1. @JsonKey(name: 'last_editor', includeIfNull: false)
String? lastEditor
getter/setter pair

Last editor id. Read-only.

Implementation

@JsonKey(name: 'last_editor', includeIfNull: false)
String? lastEditor;