EndsWith constructor

const EndsWith(
  1. String end, [
  2. String? error
])

Implementation

const EndsWith(this.end, [String? error]) : super(error);