ServiceStorageMountsSpec constructor

const ServiceStorageMountsSpec({
  1. List<RoomStorageMountSpec>? room,
  2. List<ProjectStorageMountSpec>? project,
})

Implementation

const ServiceStorageMountsSpec({this.room, this.project});