SnapdException constructor

SnapdException({
  1. String? kind,
  2. required String message,
})

Implementation

SnapdException({this.kind, required this.message});