staticElement property

  1. @Deprecated('Use element instead')
  2. @override
MethodElement get staticElement
override

The element associated with the implicit call reference based on the static types.

Implementation

@Deprecated('Use element instead')
@override
MethodElement get staticElement;