menu
bcs package
documentation
bcs_type.dart
BcsType<T, Input>
parse method
parse method
dark_mode
light_mode
parse
method
T
parse
(
Uint8List
bytes
)
Implementation
T parse(Uint8List bytes) { final reader = BcsReader(bytes); return read(reader); }
bcs package
documentation
bcs_type
BcsType<T, Input>
parse method
BcsType class