menu
xml_rpc package
documentation
client_c.dart
SimpleCodec<T>
SimpleCodec constructor
SimpleCodec constructor
dark_mode
light_mode
SimpleCodec<
T
>
constructor
SimpleCodec<
T
>
(
{
required
String
nodeLocalName
,
required
String
encodeValue
(
T
value
),
required
T
decodeValue
(
String
text
)?,
})
Implementation
SimpleCodec({ required this.nodeLocalName, required this.encodeValue, required this.decodeValue, });
xml_rpc package
documentation
client_c
SimpleCodec<T>
SimpleCodec constructor
SimpleCodec class