$object constant

TypeLink const $object

Represents the type of Object.

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

Implementation

static const $object = TypeLink('Object', 'dart:core');