VChatLoginDto constructor

VChatLoginDto({
  1. required String email,
  2. String? fcmToken,
})

Implementation

VChatLoginDto({
  required this.email,
  this.fcmToken,
});