OaidException constructor

const OaidException({
  1. required String code,
  2. String? message,
})

Implementation

const OaidException({required this.code, this.message});