Base64Data class
Constructors
- Base64Data(String value)
-
From base64 String
value
const -
Base64Data.fromBytes(Iterable<
int> bytes)
Properties
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.
override