menu
noor_go package
documentation
customer_app/domain/model/banner_model.dart
BannerModel
BannerModel.new constructor
BannerModel.new constructor
dark_mode
light_mode
BannerModel
constructor
BannerModel
(
{
int
?
id
,
String
?
title
,
String
?
description
,
String
?
photo
,
int
?
order
,
DateTime
?
createdAt
,
})
Implementation
BannerModel({ this.id, this.title, this.description, this.photo, this.order, this.createdAt, });
noor_go package
documentation
customer_app/domain/model/banner_model
BannerModel
BannerModel.new constructor
BannerModel class