Creates a deep copy of this Type.
Type copyWith({ String? text, FixedList<Coding>? coding, }) => Type( text: text ?? this.text, coding: coding ?? this.coding, );