IsEmpty constructor

IsEmpty()

Implementation

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