Version: v0.7.1 - Beta.  We welcome contributors & feedback.

ObjectHooks.onCreate

onCreate() -> none

Description

This method will is immediately after an object is created and its fields are initialized.

class MyObject {

    public fn onCreate {
        ...
    }
}

See Also