isSynthetic property

  1. @Deprecated('Use isOriginX instead')
  2. @override
bool get isSynthetic
override

Whether this element is synthetic.

A synthetic element is an element that is not represented in the source code explicitly, but is implied by the source code, such as the default constructor for a class that does not explicitly define any constructors.

Implementation

@Deprecated('Use isOriginX instead')
@override
bool get isSynthetic;