MatomoException constructor

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

Implementation

const MatomoException({
  required this.message,
});