modifier property Null safety

String? modifier

The modifier of this scope, if it exists.

If this instance does not have a modifier, returns null.

Implementation

String? get modifier => _lastModifier;