obj property

Obj<T> obj

Allows you to call .obj on any object.

Implementation

Obj<T> get obj => Obj<T>(this);