ErrorCode constructor

ErrorCode({
  1. required String errorCode,
  2. String? description,
})

Implementation

ErrorCode({required this.errorCode, this.description});