InvalidDidError constructor

InvalidDidError(
  1. String message
)

Returns the new instance of InvalidDidError.

Implementation

InvalidDidError(this.message);