isRepoViewNotFound property

bool get isRepoViewNotFound

Returns true if this data is RepoViewNotFound, otherwise false.

Implementation

bool get isRepoViewNotFound =>
    this is UModEventViewDetailSubjectRepoViewNotFound;