GB top-level constant

int const GB

One gigabyte in bytes.

Implementation

// ignore: constant_identifier_names
const int GB = 1024 * 1024 * 1024;