CastOptions.allowInvalidUtf8
bool allowInvalidUtf8() @property nothrowGet allowInvalidUtf8 property.
Returns
Whether invalid UTF-8 string value is allowed or not.
void allowInvalidUtf8(bool propval) @property nothrowSet allowInvalidUtf8 property.
Parameters
propval | Whether invalid UTF-8 string value is allowed or not. |