userId property

int? get userId

ID of the user who uploaded the photo.

Implementation

int? get userId => payload['user_id'];