target property
T
get
target
Implementation
T get target => _target!;
set
target
(T? value)
Implementation
set target(T? value) {
_target = value;
}