ChottuLinkError constructor

ChottuLinkError({
  1. String? errorCode,
  2. String? message,
  3. String? description,
})

Creates an instance of ChottuLinkError.

Implementation

ChottuLinkError({this.errorCode, this.message, this.description});