LoopError constructor

LoopError(
  1. String message,
  2. int code
)

Implementation

LoopError(String message, this.code) : super();