wrapArgs function

dynamic wrapArgs({
  1. dynamic arg = '',
})

Copyright © 2023 Alibaba Cloud. All rights reserved.

Author:keria Date:2023/12/11 Email:runchen.brc@alibaba-inc.com

Reference:Explain the purpose of the current file

Implementation

wrapArgs({arg = ''}) {
  return {
    "arg": arg,
  };
}