StartsWith constructor

StartsWith(
  1. Pattern pattern, [
  2. String? error
])

Implementation

StartsWith(this.pattern, [String? error]) : super(error);