synthetic property

  1. @override
bool synthetic
override

Whether this entity is synthetic, meaning that it doesn't appear in the actual source.

Implementation

@override
bool get synthetic => false;