NullableObjectUtilExtension extension
Common utility functions for Object?s.
- on
Methods
-
isA<
T extends JSAny?> () → bool -
Available on Object?, provided by the NullableObjectUtilExtension extension
Whether thisObject?is an instance of the JavaScript type that is declared byT. -
jsify(
) → JSAny? -
Available on Object?, provided by the NullableObjectUtilExtension extension
Converts a Dart JSON-like object to the JavaScript equivalent if possible.