NoDiffToolException constructor
NoDiffToolException({
- required String message,
- StackTrace? stackTrace,
Implementation
NoDiffToolException({
required this.message,
this.stackTrace,
});