uriContent property

  1. @Deprecated('Use element2.uri and check for DirectiveUriWithRelativeUriString instead')
String? get uriContent

Return the content of the uri, or null if the AST structure has not been resolved, or if the uri has a string interpolation.

Implementation

@Deprecated(
    'Use element2.uri and check for DirectiveUriWithRelativeUriString instead')
String? get uriContent;