ListMeta constructor

ListMeta({
  1. String? continue_,
  2. String? resourceVersion,
  3. String? selfLink,
})

Implementation

ListMeta({
  this.continue_,
  this.resourceVersion,
  this.selfLink,
});