void setText(String text, {String? internalID, dynamic extras}) { this.text = text; _internalID = internalID; _extra = extras; }