signerId property

int? get signerId

The ID of the author, if the entry was published on behalf of the community and signed by the user;

Implementation

int? get signerId => payload['signer_id'];