KnotSuccess class
Represents a Knot success event originated from the SDK.
- Implemented types
Constructors
- KnotSuccess.new({required String merchant, required Product product})
- Initializes a KnotSuccess object.
- KnotSuccess.fromJson(dynamic json)
-
Factory method to create a KnotSuccess from a
json
map.factory
Properties
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