SignalWidthMismatchException.forNull constructor

SignalWidthMismatchException.forNull(
  1. dynamic val
)

Constructs a new Exception for when a dynamic has no width or it could not be inferred.

Implementation

SignalWidthMismatchException.forNull(dynamic val)
    : super('Could not infer width of input $val.'
          ' Please provide a valid width.');