InterstitialError constructor

InterstitialError({
  1. required int code,
  2. required String description,
})

Implementation

InterstitialError({
  required this.code,
  required this.description,
});