IsNotEmpty constructor

IsNotEmpty()

Implementation

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