ArgumentException.invalidLength constructor

const ArgumentException.invalidLength(
  1. String e
)

Implementation

const factory ArgumentException.invalidLength(String e) = InvalidLength;