ParameterInformation constructor
Implementation
factory ParameterInformation(
_i2.Object label, [
_i2.Object? documentation,
]) =>
_i5.callConstructor(
_declaredParameterInformation,
[
label,
documentation ?? _i6.undefined,
],
);