BlogDependentAppAttributes constructor
- required BlogDependentScreenConfigurations blogDependentScreenConfigurations,
- required List<
MyTwoCentsConfig> twoCentsConfigs, - required List<
BlogPageConfig> blockSettings,
Implementation
BlogDependentAppAttributes(
{required this.blogDependentScreenConfigurations,
required this.twoCentsConfigs,
required this.blockSettings});