Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
TransactionModel Class Reference

Private Member Functions

 TransactionModel ({ required this.date, required this.type, required this.amount, required this.time, required this.isReceived, })
factory TransactionModel fromJson (Map< String, dynamic > json)
Map< String, dynamic > toJson ()

Private Attributes

final String date
final String type
final double amount
final String time
final bool isReceived

Detailed Description

Definition at line 1 of file transaction_model.dart.

Constructor & Destructor Documentation

◆ TransactionModel()

TransactionModel::TransactionModel ( { required this.date, required this.type, required this.amount, required this.time, required this.isReceived, } )
private
Here is the caller graph for this function:

Member Function Documentation

◆ fromJson()

factory TransactionModel TransactionModel::fromJson ( Map< String, dynamic > json)
inlineprivate

Definition at line 16 of file transaction_model.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ toJson()

Map< String, dynamic > TransactionModel::toJson ( )
inlineprivate

Definition at line 26 of file transaction_model.dart.

Member Data Documentation

◆ amount

final double TransactionModel::amount
private

Definition at line 4 of file transaction_model.dart.

◆ date

final String TransactionModel::date
private

Definition at line 2 of file transaction_model.dart.

◆ isReceived

final bool TransactionModel::isReceived
private

Definition at line 6 of file transaction_model.dart.

◆ time

final String TransactionModel::time
private

Definition at line 5 of file transaction_model.dart.

◆ type

final String TransactionModel::type
private

Definition at line 3 of file transaction_model.dart.


The documentation for this class was generated from the following file: