Query$findSocialsPagination$findSocialsPagination$objects$images.fromJson constructor
Query$findSocialsPagination$findSocialsPagination$objects$images.fromJson()
Implementation
factory Query$findSocialsPagination$findSocialsPagination$objects$images.fromJson(
Map<String, dynamic> json) {
final l$style = json['style'];
final l$images = json['images'];
return Query$findSocialsPagination$findSocialsPagination$objects$images(
style: fromJson$Enum$SocialImageStyleEnum((l$style as String)),
images: (l$images as List<dynamic>?)
?.map((e) =>
Query$findSocialsPagination$findSocialsPagination$objects$images$images
.fromJson((e as Map<String, dynamic>)))
.toList(),
);
}