toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final accountId = this.accountId;
  final autoEventFilter = this.autoEventFilter;
  final checkValidation = this.checkValidation;
  final containerId = this.containerId;
  final continuousTimeMinMilliseconds = this.continuousTimeMinMilliseconds;
  final customEventFilter = this.customEventFilter;
  final eventName = this.eventName;
  final filter = this.filter;
  final fingerprint = this.fingerprint;
  final horizontalScrollPercentageList = this.horizontalScrollPercentageList;
  final interval = this.interval;
  final intervalSeconds = this.intervalSeconds;
  final limit = this.limit;
  final maxTimerLengthSeconds = this.maxTimerLengthSeconds;
  final name = this.name;
  final notes = this.notes;
  final parameter = this.parameter;
  final parentFolderId = this.parentFolderId;
  final path = this.path;
  final selector = this.selector;
  final tagManagerUrl = this.tagManagerUrl;
  final totalTimeMinMilliseconds = this.totalTimeMinMilliseconds;
  final triggerId = this.triggerId;
  final type = this.type;
  final uniqueTriggerId = this.uniqueTriggerId;
  final verticalScrollPercentageList = this.verticalScrollPercentageList;
  final visibilitySelector = this.visibilitySelector;
  final visiblePercentageMax = this.visiblePercentageMax;
  final visiblePercentageMin = this.visiblePercentageMin;
  final waitForTags = this.waitForTags;
  final waitForTagsTimeout = this.waitForTagsTimeout;
  final workspaceId = this.workspaceId;
  return {
    'accountId': ?accountId,
    'autoEventFilter': ?autoEventFilter,
    'checkValidation': ?checkValidation,
    'containerId': ?containerId,
    'continuousTimeMinMilliseconds': ?continuousTimeMinMilliseconds,
    'customEventFilter': ?customEventFilter,
    'eventName': ?eventName,
    'filter': ?filter,
    'fingerprint': ?fingerprint,
    'horizontalScrollPercentageList': ?horizontalScrollPercentageList,
    'interval': ?interval,
    'intervalSeconds': ?intervalSeconds,
    'limit': ?limit,
    'maxTimerLengthSeconds': ?maxTimerLengthSeconds,
    'name': ?name,
    'notes': ?notes,
    'parameter': ?parameter,
    'parentFolderId': ?parentFolderId,
    'path': ?path,
    'selector': ?selector,
    'tagManagerUrl': ?tagManagerUrl,
    'totalTimeMinMilliseconds': ?totalTimeMinMilliseconds,
    'triggerId': ?triggerId,
    'type': ?type,
    'uniqueTriggerId': ?uniqueTriggerId,
    'verticalScrollPercentageList': ?verticalScrollPercentageList,
    'visibilitySelector': ?visibilitySelector,
    'visiblePercentageMax': ?visiblePercentageMax,
    'visiblePercentageMin': ?visiblePercentageMin,
    'waitForTags': ?waitForTags,
    'waitForTagsTimeout': ?waitForTagsTimeout,
    'workspaceId': ?workspaceId,
  };
}