Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
CompanyEntity Class Reference
Collaboration diagram for CompanyEntity:

Private Member Functions

 CompanyModel ({ required super.currency, required super.id, required super.name, })
factory CompanyModel fromJson (Map< String, dynamic > json)
 CompanyEntity ({ required this.currency, required this.id, required this.name, })

Private Attributes

final CurrencyEntity currency
final num id
final String name

Detailed Description

Definition at line 485 of file collection_model.dart.

Constructor & Destructor Documentation

◆ CompanyEntity()

CompanyEntity::CompanyEntity ( { required this.currency, required this.id, required this.name, } )
private
Here is the caller graph for this function:

Member Function Documentation

◆ CompanyModel()

CompanyEntity::CompanyModel ( { required super.currency, required super.id, required super.name, } )
private
Here is the caller graph for this function:

◆ fromJson()

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

Definition at line 492 of file collection_model.dart.

Here is the call graph for this function:

Member Data Documentation

◆ currency

final CurrencyEntity CompanyEntity::currency
private

Definition at line 415 of file collection_entity.dart.

◆ id

final num CompanyEntity::id
private

Definition at line 416 of file collection_entity.dart.

◆ name

final String CompanyEntity::name
private

Definition at line 417 of file collection_entity.dart.


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