NoSuchClassError constructor

const NoSuchClassError([
  1. dynamic message
])

Implementation

const NoSuchClassError([this.message]);