active property
bool?
get
active
Indicates whether the bundle is currently active
Implementation
bool? get active => activeField.getValue(json);
Indicates whether the bundle is currently active
bool? get active => activeField.getValue(json);