IOSData constructor
IOSData({
- required String subtitle,
- String categoryId = '',
- required IOSCategory iosCategory,
- required List<
IosImageData> attachments,
Implementation
IOSData({
required this.subtitle,
this.categoryId = '',
required this.iosCategory,
required this.attachments,
});