CreateGroupAction constructor

CreateGroupAction(
  1. dynamic body
)

Implementation

CreateGroupAction(body)
    : body = body,
      super("$_PATH", body);