menu
bcs package
documentation
bcs_type.dart
BcsType<T, Input>
write method
write method
dark_mode
light_mode
write
method
void
write
(
Input
value
,
BcsWriter
writer
)
Implementation
void write(Input value, BcsWriter writer) { validate(value); _write(value, writer); }
bcs package
documentation
bcs_type
BcsType<T, Input>
write method
BcsType class