isFinal property

bool isFinal

Return true if this parameter was declared with the 'final' modifier.

Parameters that are declared with the 'const' modifier will return false even though they are implicitly final.

Implementation

bool get isFinal;