self property

Comp<T> get self
inherited

This object cast to T.

Implementation

T get self => this as T;