stage property

dynamic get stage

Implementation

get stage => _stage.value;
set stage (dynamic value)

Implementation

set stage(value) => _stage.value = value;