IOSData constructor

IOSData({
  1. required String subtitle,
  2. String categoryId = '',
  3. required IOSCategory iosCategory,
  4. required List<IosImageData> attachments,
})

Implementation

IOSData({
  required this.subtitle,
  this.categoryId = '',
  required this.iosCategory,
  required this.attachments,
});