MatrixErrorDetail constructor

MatrixErrorDetail({
  1. String? message,
  2. String? reason,
})

Implementation

MatrixErrorDetail({
  this.message,
  this.reason,
});