ExceptionBuilder class

Inheritance

Constructors

ExceptionBuilder()

Properties

description String?
no getter
fatal bool?
no getter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addImpression(Product product, String? impression) → void
inherited
addProduct(Product product) → void
inherited
addPromotion(Promotion promotion) → void
inherited
build() HashMap<String, String>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(String paramName, String? value) → void
inherited
setCampaignParamsFromUrl(String? url) → void
inherited
setCurrency(String? currency) → void
inherited
setCustomDimension(int index, String? value) → void
inherited
setCustomMetric(int index, double? value) → void
inherited
setHitType(String? type) → void
inherited
setNewSession() → void
inherited
setNonInteraction(bool? value) → void
inherited
setProductAction(ProductAction? productAction) → void
inherited
setPromotionAction(String? action) → void
inherited
setValueEncoder(String valueEncoder(String)?) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited