copyWith method
Implementation
MatchGroup copyWith({List<String>? conditions}) {
return MatchGroup(conditions: conditions ?? this.conditions);
}
MatchGroup copyWith({List<String>? conditions}) {
return MatchGroup(conditions: conditions ?? this.conditions);
}