isPostNew property

bool get isPostNew

Check is wall post new.

Implementation

bool get isPostNew => update.type == UpdateType.wall_post_new;