toObj property

Obj<T> toObj

Returns a new Obj

Implementation

Obj<T> get toObj => Obj<T>(value);