Analytics class Null safety
Analytics capabilities
- Annotations
- @JsonSerializable(explicitToJson: true)
Constructors
- Analytics(dynamic xmlXAddr, dynamic xmlRuleSupport, dynamic xmlAnalyticsModuleSupport)
-
Analytics.fromJson(Map<
String, dynamic> json) -
factory
Properties
- analyticsModuleSupport → bool
-
Indicates whether or not modules are supported.
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- ruleSupport → bool
-
Indicates whether or not rules are supported.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- xAddr → String
-
Analytics service URI.
read-only
- xmlAnalyticsModuleSupport → dynamic
-
@JsonKey(name: 'AnalyticsModuleSupport'), final
- xmlRuleSupport → dynamic
-
@JsonKey(name: 'RuleSupport'), final
- xmlXAddr → dynamic
-
@JsonKey(name: 'XAddr'), final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited