mergeBorder method
Implementation
@override
StadiumBorderDto mergeBorder(StadiumBorderDto? other) {
return StadiumBorderDto(side: side?.merge(other?.side) ?? other?.side);
}
@override
StadiumBorderDto mergeBorder(StadiumBorderDto? other) {
return StadiumBorderDto(side: side?.merge(other?.side) ?? other?.side);
}