EventResponse class
Response from event tracking endpoint
- Annotations
-
- @JsonSerializable.new()
Constructors
- EventResponse({required bool success})
-
Creates an event response
const
-
EventResponse.fromJson(Map<
String, dynamic> json) -
JSON deserialization
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - JSON serialization
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override