menu
solana_mobile_common package
documentation
utils/list_codec.dart
ListCodec
ListCodec.new const constructor
ListCodec.new const constructor
dark_mode
light_mode
ListCodec
constructor
const
ListCodec
(
)
Converts between
List<Serialisable>
and
List<T>
.
Implementation
const ListCodec();
solana_mobile_common package
documentation
utils/list_codec
ListCodec
ListCodec.new const constructor
ListCodec class