notFoundActor property

NotFoundActor? get notFoundActor

Implementation

NotFoundActor? get notFoundActor =>
    isNotFoundActor ? data as NotFoundActor : null;