toJsonFromList static method
Implementation
static List<dynamic> toJsonFromList(List<FeatureImage> featureImages) {
return featureImages.map((p) => p.toJson()).toList();
}
static List<dynamic> toJsonFromList(List<FeatureImage> featureImages) {
return featureImages.map((p) => p.toJson()).toList();
}