void speaker()

in generator/src/main/groovy/model/Video.groovy [33:35]


    void speaker(String speaker) {
        this.speaker = speaker
    }