enumerable property

bool enumerable

True if this property shows up during enumeration of the properties on the corresponding object.

Implementation

bool get enumerable => json['enumerable'] as bool;