CheckCodeResponse constructor

CheckCodeResponse({
  1. int? codeLifetime,
  2. @Default(false) bool salesRep,
  3. String? status,
  4. String? token,
  5. String? refreshToken,
  6. String? url,
})

Implementation

factory CheckCodeResponse({
  int? codeLifetime,
  @Default(false) bool salesRep,
  String? status,
  String? token,
  String? refreshToken,
  String? url,
}) = _CheckCodeResponse;