BlogDependentAppAttributes constructor

BlogDependentAppAttributes({
  1. required BlogDependentScreenConfigurations blogDependentScreenConfigurations,
  2. required List<MyTwoCentsConfig> twoCentsConfigs,
  3. required List<BlogPageConfig> blockSettings,
})

Implementation

BlogDependentAppAttributes(
    {required this.blogDependentScreenConfigurations,
    required this.twoCentsConfigs,
    required this.blockSettings});