static NewModel fromDataString(String dataString) { return fromMap(Uri.splitQueryString(utf8.decode(base64.decode(dataString)))); }