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