Transaction class
Constructors
- Transaction.new({String? uuid, String? id, String? actionId, String? status, String? category, String? userMessage, String? networkHni, String? inputExtras, String? parsedVariables, List? ussdMessages, List? enteredValues, List? smsHits, List? smsMisses, List? logMessages, List? matchedParsers, int? reqTimestamp, int? updatedTimestamp})
-
Transaction.fromMap(Map<
String, dynamic> map) -
factory
Properties
- actionId → String?
-
final
- category → String?
-
final
- enteredValues → List?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
- inputExtras → String?
-
final
- logMessages → List?
-
final
- matchedParsers → List?
-
final
- networkHni → String?
-
final
- parsedVariables → String?
-
final
- reqTimestamp → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- smsHits → List?
-
final
- smsMisses → List?
-
final
- status → String?
-
final
- updatedTimestamp → int?
-
final
- userMessage → String?
-
final
- ussdMessages → List?
-
final
- uuid → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited