isArticleUpdatePending property
bool
get
isArticleUpdatePending
inherited
Implementation
@override
bool get isArticleUpdatePending => (_$isArticleUpdatePendingComputed ??=
Computed<bool>(() => super.isArticleUpdatePending,
name: '_ArticleRetailUpdateFormStore.isArticleUpdatePending'))
.value;