IncompatibleTypeError constructor

IncompatibleTypeError(Type t, List<Type> allowedTypes)

Implementation

IncompatibleTypeError(this.t, this.allowedTypes);