TypeMeta constructor

TypeMeta({
  1. String? apiVersion,
  2. String? kind,
})

Implementation

TypeMeta({
  this.apiVersion,
  this.kind,
});