Profile constructor

Profile({
  1. required String name,
  2. required String pathImage,
})

Implementation

Profile({required this.name, required this.pathImage});