DeepLinkException constructor

DeepLinkException(
  1. String message, [
  2. dynamic details
])

Implementation

DeepLinkException(this.message, [this.details]);