contentBase property

String contentBase
latefinal

URL for the current action.

For the tracking of screens (e.g. with trackPageViewWithName) this is combined with the path parameter to create the tracked url.

Implementation

late final String contentBase;