isConst property Null safety
Returns true
if the reflectee is declared const
.
Otherwise returns false
.
Implementation
bool get isConst;
Returns true
if the reflectee is declared const
.
Otherwise returns false
.
bool get isConst;