notFoundPost property
NotFoundPost?
get
notFoundPost
Implementation
NotFoundPost? get notFoundPost =>
isNotFoundPost ? data as NotFoundPost : null;
NotFoundPost? get notFoundPost =>
isNotFoundPost ? data as NotFoundPost : null;