BigError constructor

BigError({
  1. required BigErrorCode code,
})

Implementation

BigError({required this.code});