ImageInfo constructor

ImageInfo({
  1. required String title,
})

Implementation

ImageInfo({
  required this.title,
});