InstanceNotFound constructor

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

Implementation

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