Contains constructor

const Contains(
  1. String value, [
  2. String? error
])

Implementation

const Contains(this.value, [String? error]) : super(error);