isCommit property

bool get isCommit

Returns true if this data is Commit, otherwise false.

Implementation

bool get isCommit => this is USubscribeReposMessageCommit;