NoSuchChange constructor

NoSuchChange({
  1. String? type,
  2. String? message,
})

Implementation

NoSuchChange({String? type, String? message})
    : super(type: type, code: 'NoSuchChange', message: message);