isFinal property - VariableMirror class - dart:mirrors library (original) (raw)
bool getisFinal
Returns true if the reflectee is a final variable. Otherwise returns false.
Implementation
bool get isFinal;
bool getisFinal
Returns true if the reflectee is a final variable. Otherwise returns false.
bool get isFinal;