Cup constructor

Cup(
  1. Content content,
  2. List<TapiocaBall> tapiocaBalls
)

Creates a Cup object.

Implementation

Cup(this.content, this.tapiocaBalls);