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

Private Member Functions

const BannerModel ({ super.id, super.image, super.name, })
factory BannerModel fromJson (Map< String, dynamic > json)
Map< String, dynamic > toJson ()
const BannerEntity ({ this.id, this.image, this.name, })

Private Attributes

final int id
final String image
final String name

Detailed Description

Definition at line 3 of file banner_model.dart.

Constructor & Destructor Documentation

◆ BannerEntity()

const BannerEntity::BannerEntity ( { this.id, this.image, this.name, } )
private

Member Function Documentation

◆ BannerModel()

const BannerEntity::BannerModel ( { super.id, super.image, super.name, } )
private
Here is the caller graph for this function:

◆ fromJson()

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

Definition at line 10 of file banner_model.dart.

Here is the call graph for this function:

◆ toJson()

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

Definition at line 18 of file banner_model.dart.

Member Data Documentation

◆ id

final int BannerEntity::id
private

Definition at line 2 of file banner_entity.dart.

◆ image

final String BannerEntity::image
private

Definition at line 3 of file banner_entity.dart.

◆ name

final String BannerEntity::name
private

Definition at line 4 of file banner_entity.dart.


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