InvocationDoesNotExist constructor

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

Implementation

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