deferToDefaultResponse constant

  1. @protected
Object const deferToDefaultResponse

A sentinal value used as the default argument for noSuchMethod's 'returnValueForMissingStub' parameter.

Implementation

@protected
static const deferToDefaultResponse = Object();