Builds constructor

Builds(
  1. List<Build> builds,
  2. List<Application> applications
)

Implementation

Builds(this.builds, this.applications);