parameterList property

Implementation

List<UpdatableMessageFrontEndParameter> get parameterList {
  return ($$context$$['parameterList'] as mpjs.JSArray)
      .value()
      .map((it) => UpdatableMessageFrontEndParameter($$context$$: it))
      .toList();
}