NotImplementedException constructor
NotImplementedException([
- String? message
Implementation
NotImplementedException([String? message])
: message = message ?? "An operation is not implemented.";