NotImplemented constructor

NotImplemented([
  1. dynamic message
])

Implementation

NotImplemented([message]) : super(message);