factory Localized.fromJson(Map<String, dynamic> json) => Localized( title: json['title'] as String?, description: json['description'] as String?, );