byteArray constant

GenericType<List<int>> const byteArray

Must be a List of int.

Each element of the list must fit into a byte (0-255).

Implementation

static const byteArray = GenericType<List<int>>(TypeOid.byteArray);