function property
The function to execute when this task is resumed.
Implementation
@JsonKey(includeFromJson: false, includeToJson: false)
VoidFunction? function;
The function to execute when this task is resumed.
@JsonKey(includeFromJson: false, includeToJson: false)
VoidFunction? function;