Trim constructor

Trim()

Implementation

Trim()
  : super(
      methodName: "trim",
      arity: 0,
      targetType: NativeMethodTarget.string,
      function: (target, _, _) {
        return target.trim();
      },
    );