NullableObjectUtilExtension extension

Common utility functions for Object?s.

on

Methods

isA<T extends JSAny?>() → bool

Available on Object?, provided by the NullableObjectUtilExtension extension

Whether this Object? is an instance of the JavaScript type that is declared by T.
jsify() → JSAny?

Available on Object?, provided by the NullableObjectUtilExtension extension

Converts a Dart JSON-like object to the JavaScript equivalent if possible.