ManagedFieldsEntry constructor

const ManagedFieldsEntry({
  1. String? apiVersion,
  2. String? fieldsType,
  3. FieldsV1? fieldsV1,
  4. String? manager,
  5. String? operation,
  6. String? subresource,
  7. DateTime? time,
})

Default constructor.

Implementation

const ManagedFieldsEntry({
  this.apiVersion,
  this.fieldsType,
  this.fieldsV1,
  this.manager,
  this.operation,
  this.subresource,
  this.time,
});