url property

String? url
getter/setter pair

Based on ParserType.

  • ParserType.http. Target URL. URLs can have @slot where parent value will be inserted.

Implementation

///* [ParserType.http].
/// Target URL.
/// URLs can have [@slot] where parent value will be inserted.
String? url;