BlocerError constructor

BlocerError({
  1. required dynamic error,
})

Implementation

BlocerError({required this.error});