ResourceClaimStatus constructor
const
ResourceClaimStatus({
- AllocationResult? allocation,
- bool? deallocationRequested,
- String? driverName,
- List<
ResourceClaimConsumerReference> ? reservedFor,
Default constructor.
Implementation
const ResourceClaimStatus({
this.allocation,
this.deallocationRequested,
this.driverName,
this.reservedFor,
});