KeyboardInsertedContent constructor
Creates an object to represent content that is inserted from the virtual keyboard.
The mime type and URI will always be provided, but the bytedata may be null.
Implementation
const KeyboardInsertedContent({required this.mimeType, required this.uri, this.data});