ParchmentMarkdownCodec class
- Inheritance
-
- Object
- Codec<
ParchmentDocument, String> - ParchmentMarkdownCodec
Constructors
- ParchmentMarkdownCodec()
-
const
Properties
-
decoder
→ Converter<
String, ParchmentDocument> -
Returns the decoder of
this
, converting fromT
toS
.no setteroverride -
encoder
→ Converter<
ParchmentDocument, String> -
Returns the encoder from
S
toT
.no setteroverride - hashCode → int
-
The hash code for this object.
no setterinherited
-
inverted
→ Codec<
String, ParchmentDocument> -
Inverts
this
.no setterinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
decode(
String encoded) → ParchmentDocument -
Decodes
encoded
data.inherited -
encode(
ParchmentDocument input) → String -
Encodes
input
.inherited -
fuse<
R> (Codec< String, R> other) → Codec<ParchmentDocument, R> -
Fuses
this
withother
.inherited -
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