Transaction class
Constructors
-
Transaction({int? id, String? uuid, String? transactionId, String? userId, String? companyId, String? authorizationMethod, String? code, bool? active, bool? complete, String? createdAt, String? updatedAt, String? deletedAt})
-
-
Transaction.fromJson(LinkedHashMap<String, dynamic> json)
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited