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