isFinal property

bool get isFinal

Whether this parameter was declared with the 'final' modifier.

Returns false for parameters that are declared with the 'const' modifier even though they are implicitly final.

Implementation

bool get isFinal;