IsIn constructor

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

Implementation

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