StringFormat class

An enumeration of the possible string formats for upload.

See: firebase.google.com/docs/reference/js/firebase.storage#.StringFormat

Annotations
  • @JS()

Constructors

StringFormat()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Properties

BASE64 String
Indicates the string should be interpreted as base64-encoded data. Padding characters (trailing '='s) are optional.
no setter
BASE64URL String
Indicates the string should be interpreted as base64url-encoded data. Padding characters (trailing '='s) are optional.
no setter
DATA_URL String
Indicates the string is a data URL, such as one obtained from canvas.toDataURL().
no setter
RAW String
Indicates the string should be interpreted 'raw', that is, as normal text. The string will be interpreted as UTF-16, then uploaded as a UTF-8 byte sequence.
no setter