isIdentity property

bool get isIdentity

Returns true if this data is Identity, otherwise false.

Implementation

bool get isIdentity => this is USubscribeReposMessageIdentity;