AuthenticateFacialModel constructor

AuthenticateFacialModel(
  1. {required bool status,
  2. required String message,
  3. Response? response,
  4. UserModel? user,
  5. List<String>? errors}
)

Implementation

AuthenticateFacialModel({
  required this.status,
  required this.message,
  this.response,
  this.user,
  this.errors,
});