b property
num
get
b
Get this number in billions.
Example: 3.b -> 3000000000.
Implementation
num get b => this * 1000000000;
Get this number in billions.
Example: 3.b -> 3000000000.
num get b => this * 1000000000;