NotContains constructor

const NotContains(
  1. String value, [
  2. String? msg
])

Implementation

const NotContains(this.value, [String? msg]) : super(msg);