micros property

String? micros
getter/setter pair

The unit of money amount in micros.

For example, $1 USD would be represented as 1000000 micros.

Implementation

core.String? micros;