toBinary method

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

Implementation

@override
List<int> toBinary() {
  return _value;
}