EBError constructor

EBError({
  1. required String code,
  2. String? message,
})

Implementation

EBError({required this.code, this.message});