ObjectFieldSelector constructor

const ObjectFieldSelector({
  1. String? apiVersion,
  2. required String fieldPath,
})

Default constructor.

Implementation

const ObjectFieldSelector({
  this.apiVersion,
  required this.fieldPath,
});