Create a Blob from a string.
string
factory Blob.fromString(String string) => Blob.fromBytes(utf8.encode(string));