v1NativeRevertError constructor

const v1NativeRevertError({
  1. String? nativeType,
  2. String? message,
  3. String? panicCode,
})

Implementation

const v1NativeRevertError({
  this.nativeType,
  this.message,
  this.panicCode,
});