editable property
bool
get
editable
Whether a push against this version would be accepted, by the rule
editableVersionStates states.
Implementation
bool get editable =>
appStoreState != null && editableVersionStates.contains(appStoreState);