menu
bcs package
documentation
bcs_type.dart
SerializedBcs<T, Input>
parse method
parse method
dark_mode
light_mode
parse
method
T
parse
(
)
Implementation
T parse() { return _schema.parse(_bytes); }
bcs package
documentation
bcs_type
SerializedBcs<T, Input>
parse method
SerializedBcs class