ErrorContent constructor

ErrorContent({
  1. required String text,
  2. int? code,
})

Implementation

ErrorContent({required this.text, this.code});