ErrorDetails constructor

ErrorDetails({
  1. required int id,
  2. String message = '',
})

Implementation

ErrorDetails({required this.id, this.message = ''});