LogInResult constructor

LogInResult({
  1. required bool created,
  2. required PurchaserInfo purchaserInfo,
})

Constructs a LogInResult with its properties

Implementation

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