ConvertTypes class

This class contains dart:convert bridge type specs for convenience

Constructors

ConvertTypes()

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

Constants

base64Codec → const BridgeTypeSpec
Bridge type spec for $Base64Codec
base64Decoder → const BridgeTypeSpec
Bridge type spec for $Base64Decoder
base64Encoder → const BridgeTypeSpec
Bridge type spec for $Base64Encoder
codec → const BridgeTypeSpec
Bridge type spec for $Codec
converter → const BridgeTypeSpec
Bridge type spec for $Converter
encoding → const BridgeTypeSpec
Bridge type spec for $Encoding
jsonCodec → const BridgeTypeSpec
Bridge type spec for $JsonCodec
jsonDecoder → const BridgeTypeSpec
Bridge type spec for $JsonDecoder
jsonEncoder → const BridgeTypeSpec
Bridge type spec for $JsonEncoder
utf8Codec → const BridgeTypeSpec
Bridge type spec for $Utf8Codec
utf8Decoder → const BridgeTypeSpec
Bridge type spec for $Utf8Decoder
utf8Encoder → const BridgeTypeSpec
Bridge type spec for $Utf8Encoder