Base64Data class

Base64Data Contain a base64 String value. also can decode value to bytes.

Constructors

Base64Data(String value)
From base64 String value
const
Base64Data.fromBytes(Iterable<int> bytes)
factory

Properties

bytes Iterable<int>
decode base64 String value to bytes
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
Base64 String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
return base64 String value
override

Operators

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