Contains constructor

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

Implementation

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