CieloError constructor

CieloError({
  1. int? code,
  2. String? message,
})

Implementation

CieloError({
  this.code,
  this.message,
});