targetPath property

Path targetPath

Implementation

Path get targetPath => value == Path.NULL ? throw Exception('null') : value;
void targetPath=(dynamic value)

Implementation

set targetPath(value) => this.value = value;