copyWithWrapped method
Implementation
MatchGroup copyWithWrapped({Wrapped<List<String>>? conditions}) {
return MatchGroup(
conditions: (conditions != null ? conditions.value : this.conditions));
}
MatchGroup copyWithWrapped({Wrapped<List<String>>? conditions}) {
return MatchGroup(
conditions: (conditions != null ? conditions.value : this.conditions));
}