WallhavenException constructor

WallhavenException({
  1. required String error,
})

Implementation

WallhavenException({
  required this.error,
});