EndsWith constructor

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

Implementation

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