ModelProperty constructor
ModelProperty({})
Implementation
ModelProperty({
required this.id,
required String name,
required int type,
required int flags,
IdUid? indexId,
this.relationField,
this.relationTarget,
this.hnswParams,
this.externalName,
this.externalType,
this.dartType,
}) : _name = name,
_type = type,
_flags = flags,
_indexId = indexId,
uidRequest = false;