extractAll property

bool? extractAll
final

True if all occurrences of the expression within the scope in which the variable will be defined should be replaced by a reference to the local variable. The expression used to initiate the refactoring will always be replaced.

Implementation

final bool? extractAll;