Example :
final embed = EmbedBuilder() .setTitle('My title');
EmbedBuilder setTitle (String value) { title = value; return this; }