CodecStringOps extension
- on
Properties
-
bigInt
→ Codec<
BigInt> -
Available on String, provided by the CodecStringOps extension
no setter -
boolean
→ Codec<
bool> -
Available on String, provided by the CodecStringOps extension
no setter -
dateTime
→ Codec<
DateTime> -
Available on String, provided by the CodecStringOps extension
no setter -
dubble
→ Codec<
double> -
Available on String, provided by the CodecStringOps extension
no setter -
duration
→ Codec<
Duration> -
Available on String, provided by the CodecStringOps extension
no setter -
integer
→ Codec<
int> -
Available on String, provided by the CodecStringOps extension
no setter -
number
→ Codec<
num> -
Available on String, provided by the CodecStringOps extension
no setter -
object
→ Codec<
Map< String, dynamic> > -
Available on String, provided by the CodecStringOps extension
no setter -
string
→ Codec<
String> -
Available on String, provided by the CodecStringOps extension
no setter
Methods
-
ilistOf<
A> (Codec< A> elementCodec) → Codec<IList< A> > -
Available on String, provided by the CodecStringOps extension
-
listOf<
A> (Codec< A> elementCodec) → Codec<List< A> > -
Available on String, provided by the CodecStringOps extension
-
of<
A> (Codec< A> codec) → Codec<A> -
Available on String, provided by the CodecStringOps extension