menu
dartcv4 package
documentation
core.dart
VecUnmodifible<N extends Struct, T>
add method
add method
dark_mode
light_mode
add
method
@
override
void
add
(
T
element
)
override
Implementation
@override void add(T element) => throw UnsupportedError("Unmodifiable Vec");
dartcv4 package
documentation
core
VecUnmodifible<N extends Struct, T>
add method
VecUnmodifible class