IsNotIn constructor

const IsNotIn(
  1. List list, [
  2. String? msg
])

Implementation

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