isFinal property - VariableMirror class - dart:mirrors library (original) (raw)

description

bool getisFinal

Returns true if the reflectee is a final variable. Otherwise returns false.

Implementation

bool get isFinal;