ImplementationError.current constructor

ImplementationError.current([
  1. String? message
])

Implementation

ImplementationError.current([
  this.message,
]) : method = ProgramInfo.withFrameOffset(2).function;