bytes method

Future<List<int>> bytes()

Implementation

Future<List<int>> bytes() async => (await bytesU8()).toList();