AdbException constructor

const AdbException({
  1. required String message,
})

Creates a new AdbException.

Implementation

const AdbException({required this.message});