isBlock property

bool get isBlock

Check is user block.

Implementation

bool get isBlock => update.type == UpdateType.user_block;