Makes a copy of the Tag for non-destructive mutation.
Tag copyWith({ String? code, Uri? system, }) => Tag( code: code ?? this.code, system: system ?? this.system, );