Definition at line 3 of file banner_model.dart.
◆ BannerEntity()
| const BannerEntity::BannerEntity |
( |
{ this.id, this.image, this.name, } | | ) |
|
|
private |
◆ BannerModel()
| const BannerEntity::BannerModel |
( |
{ super.id, super.image, super.name, } | | ) |
|
|
private |
◆ fromJson()
| factory BannerModel BannerEntity::fromJson |
( |
Map< String, dynamic > | json | ) |
|
|
inlineprivate |
◆ toJson()
| Map< String, dynamic > BannerEntity::toJson |
( |
| ) |
|
|
inlineprivate |
◆ id
| final int BannerEntity::id |
|
private |
◆ image
| final String BannerEntity::image |
|
private |
◆ name
| final String BannerEntity::name |
|
private |
The documentation for this class was generated from the following files: