tera method
Returns the derived Units having the 10^12 prefix, tera (T).
Implementation
// ignore: prefer_int_literals
Units tera() => derive('tera', 'T', 1.0e12);
Returns the derived Units having the 10^12 prefix, tera (T).
// ignore: prefer_int_literals
Units tera() => derive('tera', 'T', 1.0e12);