PutStringFormat enum
Values
- raw → const PutStringFormat
-
A raw string. It will be uploaded as a Base64 string.
- base64 → const PutStringFormat
-
A Base64 encoded string.
- base64Url → const PutStringFormat
-
A Base64 URL encoded string.
- dataUrl → const PutStringFormat
-
A data url string.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
PutStringFormat> - A constant List of the values in this enum, in order of their declaration.