InternalServerError constructor

InternalServerError({
  1. required String term,
})

Implementation

InternalServerError({required this.term});