editorId property

int? get editorId

The ID of the user who edited the wiki page last.

Implementation

int? get editorId => payload['editor_id'];