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

Private Member Functions

 CurrencyModel ({ required super.fullName, required super.id, required super.name, required super.symbol, })
factory CurrencyModel fromJson (Map< String, dynamic > json)
 CurrencyEntity ({ required this.fullName, required this.id, required this.name, required this.symbol, })

Private Attributes

final String fullName
final num id
final String name
final String symbol

Detailed Description

Definition at line 453 of file collection_model.dart.

Constructor & Destructor Documentation

◆ CurrencyEntity()

CurrencyEntity::CurrencyEntity ( { required this.fullName, required this.id, required this.name, required this.symbol, } )
private
Here is the caller graph for this function:

Member Function Documentation

◆ CurrencyModel()

CurrencyEntity::CurrencyModel ( { required super.fullName, required super.id, required super.name, required super.symbol, } )
private
Here is the caller graph for this function:

◆ fromJson()

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

Definition at line 461 of file collection_model.dart.

Here is the call graph for this function:

Member Data Documentation

◆ fullName

final String CurrencyEntity::fullName
private

Definition at line 391 of file collection_entity.dart.

◆ id

final num CurrencyEntity::id
private

Definition at line 392 of file collection_entity.dart.

◆ name

final String CurrencyEntity::name
private

Definition at line 393 of file collection_entity.dart.

◆ symbol

final String CurrencyEntity::symbol
private

Definition at line 394 of file collection_entity.dart.


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