IsIn constructor

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

Implementation

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