getBytes method

  1. @override
String getBytes(
  1. int data
)
override

It returns the size of the file in bytes

FileSizeType.Bytes

Implementation

@override
String getBytes(int data) => "$data B";