SAAutoTrackPageConfig<T extends Widget> constructor
SAAutoTrackPageConfig<T extends Widget> ({})
Implementation
SAAutoTrackPageConfig({
String? title,
String? screenName,
Map<String, dynamic>? properties,
bool ignore = false,
}) : ignore = ignore {
this.title = title;
this.screenName = screenName;
this.properties = properties;
}