KnotSuccess class

Represents a Knot success event originated from the SDK.

Implemented types

Constructors

KnotSuccess({required String merchant})
Initializes a KnotSuccess object.
KnotSuccess.fromJson(dynamic json)
Factory method to create a KnotSuccess from a json map.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
merchant String
The merchant associated with the event (if applicable).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Convert class variables to Map representation.
override
toString() String
A string representation of this object.
inherited

Operators

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