AdbException constructor

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

Implementation

const AdbException({required this.message});