callPrimaryConstructor

inline fun callPrimaryConstructor(argumentsBuilder: ArgumentsBuilder = {}): T(source)

Calls the primary constructor of this class with argumentsBuilder.

See also

Throws

if the class has no primary constructor or it cannot be invoked.