asShowContentOrNull property
EditFormUIStateShowContent?
get
asShowContentOrNull
Implementation
EditFormUIStateShowContent? get asShowContentOrNull {
final editFormUIState = this;
return editFormUIState is EditFormUIStateShowContent
? editFormUIState
: null;
}