target property

  1. @Deprecated('do not use')
String? target
final

The name of the dart_library target that contains import.

May be null or unreliable and should not be used.

Implementation

@Deprecated('do not use')
final String? target;