Closed astralstriker closed 4 years ago
such that print(movie.copyWith(name: null)) should print Movie(name:null)
print(movie.copyWith(name: null))
Movie(name:null)
such that
print(movie.copyWith(name: null))
should printMovie(name:null)