create Uninitialized Object Type
fun createUninitializedObjectType(variant: ObjectLayoutVariant): AvailObject
Content copied to clipboard
Create a mutable object type using the provided ObjectLayoutVariant, but without initializing its fields. The caller is responsible for initializing the fields before use.
Return
The new object type.
Parameters
variant
The ObjectLayoutVariant to instantiate as an object type.