BannerError constructor

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

Implementation

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