ShieldError constructor

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

Implementation

ShieldError(this.code, this.message);