LoginRequestDto constructor

LoginRequestDto({
  1. Key? key,
  2. required String? tag,
  3. required String? password,
})

Implementation

LoginRequestDto({ Key? key, required this.tag, required this.password });