TokenReview constructor
const
TokenReview({
- String? apiVersion,
- String? kind,
- ObjectMeta? metadata,
- required TokenReviewSpec spec,
- TokenReviewStatus? status,
Default constructor.
Implementation
const TokenReview({
this.apiVersion,
this.kind,
this.metadata,
required this.spec,
this.status,
});