toObj property

Obj<T> get toObj

Returns a new Obj

Implementation

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