IsNotIn constructor

IsNotIn(
  1. List<Object> list, [
  2. String? error
])

Implementation

IsNotIn(this.list, [String? error]) : super(error);