oianmol
11/16/2017, 5:59 AMdata class Message(date:Long = 0L,source :MessageSource = MessageSource.BOT)
with default values , while initializing it as we need to pass a value in the constructor , how can i use the default value instead of passing the argument.