isInfo property

bool get isInfo

Returns true if this data is Info, otherwise false.

Implementation

bool get isInfo => this is USubscribeReposMessageInfo;