Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
banner_entity.dart
Go to the documentation of this file.
1class BannerEntity {
2 final int? id;
3 final String? image;
4 final String? name;
5
7 this.id,
8 this.image,
9 this.name,
10 });
11}
final String image
const BannerEntity({ this.id, this.image, this.name, })
final String name