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