UssdSucceeded class

when ussd session run succesfully

Inheritance

Constructors

UssdSucceeded.new({String? uuid, String? actionId, String? responseMessage})
UssdSucceeded.fromMap(Map<String, dynamic> json)
factory

Properties

actionId String?
The action id from out supported operators page
final
hashCode int
The hash code for this object.
no setterinherited
responseMessage String?
Full message used for parsing
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uuid String?
Unique Identifier for the transaction
final

Methods

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

Operators

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