SimliError constructor

SimliError({
  1. required String message,
  2. String? errorCode,
})

initialize with message and errorCode

Implementation

SimliError({required this.message, this.errorCode});