Lease constructor

const Lease({
  1. String? apiVersion,
  2. String? kind,
  3. ObjectMeta? metadata,
  4. LeaseSpec? spec,
})

The main constructor.

Implementation

const Lease({
  this.apiVersion,
  this.kind,
  this.metadata,
  this.spec,
});