JotrockenmitLockenScreenConfigurations.fromBlogAndDataConfigs constructor

JotrockenmitLockenScreenConfigurations.fromBlogAndDataConfigs({
  1. required List blogPageConfigs,
  2. required List twoCentsConfigs,
})

Implementation

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