ParameterInformation constructor

ParameterInformation(
  1. Object label, [
  2. Object? documentation
])

Implementation

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