appList property
dynamic
get
appList
Implementation
get appList => canRegister_of.value;
set
appList
(dynamic value)
Implementation
set appList(value) => canRegister_of.value = value;