modifier property Null safety
The modifier of this scope, if it exists.
If this instance does not have a modifier, returns null.
Implementation
String? get modifier => _lastModifier;
The modifier of this scope, if it exists.
If this instance does not have a modifier, returns null.
String? get modifier => _lastModifier;