JotrockenmitLockenScreenConfigurations.fromBlogAndDataConfigs constructor
- required List<
BlogPageConfig> blogPageConfigs, - required List<
MyTwoCentsConfig> twoCentsConfigs,
Implementation
JotrockenmitLockenScreenConfigurations.fromBlogAndDataConfigs({
required this.blogPageConfigs,
required this.twoCentsConfigs,
});