isFinal abstract method
Checks if this field is final.
Returns:
true
if declared withfinal
modifierfalse
otherwise
Note: Final fields can only be set once (typically during construction).
Implementation
bool isFinal();
Checks if this field is final.
Returns:
true
if declared with final
modifierfalse
otherwiseNote: Final fields can only be set once (typically during construction).
bool isFinal();