AuthRepositoryLog constructor

AuthRepositoryLog(
  1. String message, [
  2. dynamic args,
  3. StackTrace? stackTrace
])

Implementation

AuthRepositoryLog(
  String message, [
  dynamic args,
  StackTrace? stackTrace,
]) : super(
        message,
        exception: args,
        stackTrace: stackTrace,
      );