LogInResult constructor

LogInResult({
  1. required bool created,
  2. required CustomerInfo customerInfo,
})

Constructs a LogInResult with its properties

Implementation

LogInResult({required this.created, required this.customerInfo});