toObject method Null safety
Downcast anyref
to a Dart object.
Will throw if the reference is not a Dart object.
Implementation
external Object toObject();
Downcast anyref
to a Dart object.
Will throw if the reference is not a Dart object.
external Object toObject();