pc property
double
get
pc
Converts the value to picas (pc), where 1 pica = 1/6 inch.
Implementation
double get pc => this * 16;
Converts the value to picas (pc), where 1 pica = 1/6 inch.
double get pc => this * 16;