TextComponent.lineBreak constructor
TextComponent.lineBreak()
This inserts a simple line break
Implementation
TextComponent.lineBreak() : value = {'text': '\n'};
This inserts a simple line break
TextComponent.lineBreak() : value = {'text': '\n'};