Individualmodel constructor

Individualmodel({
  1. required String imageUrl,
  2. required bool isNet,
})

Implementation

Individualmodel({required this.imageUrl, required this.isNet});