List of types that are not mutable and therefore do not need to be copied or handled in a copyWith method.
final nonMutableTypeNames = _nonMutableTypes.map((t) => t.toString()).toList();