Reading Flags
You could access flags in your code using the feature.flags
property.
feature.flags.get
You could read flags in your code using the feature.flags.get
method, it could return a str
or None
if not exists.
You could access flags in your code using the feature.flags
property.
feature.flags.get
You could read flags in your code using the feature.flags.get
method, it could return a str
or None
if not exists.