static String byText(String text) { return base64.encode(utf8.encode( json.encode({'finderType': 'ByText', 'text': text}).toString())); }