fromId property

int? get fromId

The ID of the author of the record (on whose behalf the record was published).

Implementation

int? get fromId => payload['from_id'];