$object constant

TypeTokenElement const $object

References the type Object.

In null-safe opted-in code, this does not allow the sub-type null.

Implementation

static const $object = TypeTokenElement(TypeLink.$object);