menu
ella package
documentation
marshal/MarshalledArray.dart
MarshalledArray
pushElement method
pushElement method
dark_mode
light_mode
pushElement
method
void
pushElement
(
Object
?
element
)
Implementation
void pushElement(Object? element) { _array.add(element); }
ella package
documentation
marshal/MarshalledArray
MarshalledArray
pushElement method
MarshalledArray class