ETDataBase64URL class

ExtendedType for Data URL in Base64 encoding.

Inheritance

Constructors

ETDataBase64URL.from(MimeType? mimeType, Uint8List _data)

Properties

data Uint8List
no setter
dataLength int
Returns the data bytes length.
no setter
hashCode int
The hash code for this object.
no setteroverride
isImage bool
Returns true if is an image mimeType.
no setter
isImageJPEG bool
Returns true if is a JPEG image mimeType.
no setter
isImagePNG bool
Returns true if is a PNG image mimeType.
no setter
isVideo bool
Returns true if is a video mimeType.
no setter
mimeType → MimeType?
Returns the MimeType of data.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeID int
The universal type ID.
no setteroverride
typeName String
The universal type name.
no setteroverride

Methods

encodeAsString() String
Encodes this instances as String.
override
equalsParameters(ExtendedType other) bool
inherited
getAvailableOperations() List<Operation>
override
getOperations() List<Operation>
override
getParameters() List?
inherited
getParametersLine() String?
inherited
matches(String value) bool
Returns true if value matches this instance type.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Static Properties

TYPE_ID int
final
TYPE_NAME String
final

Static Methods

initialize() → void
override
matchesFormat(String data) bool
parse(String? data) ETDataBase64URL?