notFoundActor property

NotFoundActor get notFoundActor

Returns this data as NotFoundActor.

Make sure to check if this object is NotFoundActor with isNotFoundActor.

Implementation

NotFoundActor get notFoundActor => this.data as NotFoundActor;