NoDiffToolException constructor

NoDiffToolException({
  1. required String message,
  2. StackTrace? stackTrace,
})

Implementation

NoDiffToolException({
  required this.message,
  this.stackTrace,
});