Which statement correctly describes the immutability and setter behavior of a `Data.define` instance?Coord = Data.define(:lat, :lng) c = Coord.new(lat: 1.0, lng: 2.0)