getBytes static method

String getBytes(
  1. dynamic data
)

It returns the size of the file in bytes

FileSizeType.Bytes

Implementation

static String getBytes(dynamic data) => "${_parseValue(data)} B";