JotrockenmitLockenScreenConfigurations.fromBlogAndDataConfigs constructor

JotrockenmitLockenScreenConfigurations.fromBlogAndDataConfigs({
  1. required List<BlogPageConfig> blogPageConfigs,
  2. required List<MyTwoCentsConfig> twoCentsConfigs,
})

Implementation

JotrockenmitLockenScreenConfigurations.fromBlogAndDataConfigs(
    {required this.blogPageConfigs, required this.twoCentsConfigs});