target property

String? target

Implementation

String? get target => attrs['target'];
void target=(String? v)

Implementation

set target(String? v) => attrs['target'] = v;