kind property

  1. @override
ElementKind kind
inherited

The kind of element that this is.

Implementation

@override
ElementKind get kind => ElementKind.FIELD;