data method

  1. @override
List<int> data()
override

The binary data part of the extension

Implementation

@override
List<int> data() => _data;