appsflyerId property
dynamic
get
appsflyerId
Implementation
get appsflyerId => photoList.value;
set
appsflyerId
(dynamic value)
Implementation
set appsflyerId(value) => photoList.value = value;