toBytes method

List<int> toBytes()

Implementation

List<int> toBytes() {
  return List<int>.from(_fPrint);
}