toSIBytes abstract method

Uint8List toSIBytes()

Give the bytes of the .si file representation of this ScalableImage, if this is the compact representation. If this is the DAG representation, throws a StateError. The compact representation is obtained by passing a compact flag when the image is created.

See also the top-level documentation at https://pub.dev/packages/jovial_svg, under "Quick Loading Binary Format," and under "Goals and Package Evolution."

Implementation

Uint8List toSIBytes();