MikrotikProduct constructor

MikrotikProduct({
  1. required String name,
  2. required String code,
  3. required String imageUrl,
  4. required String productUrl,
})

Implementation

MikrotikProduct({
  required this.name,
  required this.code,
  required this.imageUrl,
  required this.productUrl,
});