IndexedPropertyDefinition constructor

IndexedPropertyDefinition(
  1. String? uri,
  2. String? index
)
Initializes a new instance of the The FieldURI attribute of the IndexedFieldURI element. The Index attribute of the IndexedFieldURI element.

Implementation

IndexedPropertyDefinition(String? uri, String? index) : super.withUri(uri) {
  this.index = index;
}