factory StickyBannerConfig.fromJson(Map<String, dynamic> json) => StickyBannerConfig( enable: json['enable'] ?? false, data: json['data'] ?? {}, );