m property
num
get
m
Get this number in millions.
Example: 3.m -> 3000000.
Implementation
num get m => this * 1000000;
Get this number in millions.
Example: 3.m -> 3000000.
num get m => this * 1000000;