prefixOffset property

  1. @Deprecated('Use prefix.nameOffset instead')
int prefixOffset

Return the offset of the prefix of this import in the file that contains this import directive, or -1 if this import is synthetic, does not have a prefix, or otherwise does not have an offset.

Implementation

@Deprecated('Use prefix.nameOffset instead')
int get prefixOffset;