EAProducts constructor

EAProducts({
  1. required String path,
})

Constructor sets the path property

Implementation

EAProducts({required String path}) : super(path: path);