menu
parodia_admin package
documentation
core/model/body_data.model.dart
ThemeBody
ThemeBody constructor
ThemeBody constructor
dark_mode
light_mode
ThemeBody
constructor
ThemeBody
(
{
String
?
storeId
,
String
?
name
,
String
?
title
,
String
?
content
,
String
?
design
,
})
Implementation
ThemeBody({ this.storeId, this.name, this.title, this.content, this.design, });
parodia_admin package
documentation
core/model/body_data.model
ThemeBody
ThemeBody constructor
ThemeBody class