isFinal property Null safety
Returns true
if the reflectee is a final variable.
Otherwise returns false
.
Implementation
bool get isFinal;
Returns true
if the reflectee is a final variable.
Otherwise returns false
.
bool get isFinal;