AttachmentContent.fromString constructor

AttachmentContent.fromString(
  1. String content
)

Implementation

AttachmentContent.fromString(String content)
    : _content = Uint8List.fromList(content.codeUnits);