factory DynamicConfig.fromJson(Map<String, dynamic> json) => DynamicConfig( configJsonContent: (json['ConfigJsonContent'] as String?) ?? '', );