hasReflectee property

bool hasReflectee

Whether reflectee will return the instance reflected by this mirror.

A value is simple if one of the following holds:

  • the value is null
  • the value is of type num
  • the value is of type bool
  • the value is of type String

Required capabilities: hasReflectee does not require any capabilities.

Implementation

bool get hasReflectee;