public operator call(args as Object[]) as Object throws Exception:
Direct call operator.
args
Object[]
New instance.
ctor = User.type.getConstructor() user = ctor([]) as User