UpdatedShow constructor

UpdatedShow(
  1. String updatedAt,
  2. Show show
)

Implementation

UpdatedShow(this.updatedAt, this.show);