TransactionTypeInfo class

TransactionTypeInfo

Constructors

TransactionTypeInfo({String? appLabel, int? id, String? transTypeEnum})
Constructor
TransactionTypeInfo.fromJson(String source)
Generate an object from the JSON
factory
TransactionTypeInfo.fromMap(Map<String, dynamic> map)
Generate an object from the map
factory

Properties

appLabel String?
Application label
final
hashCode int
The hash code for this object.
no setterinherited
id int?
ID
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transTypeEnum String?
Transaction type enum
final

Methods

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

Operators

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