ErrorResponse constructor

ErrorResponse({
  1. required String text,
})

Implementation

ErrorResponse({required this.text});