$Money class

Used by:

  • aiplatform:v1 : GoogleTypeMoney
  • androidpublisher:v3 : Money
  • apigee:v1 : GoogleTypeMoney
  • authorizedbuyersmarketplace:v1 : Money
  • billingbudgets:v1 : GoogleTypeMoney
  • cloudbilling:v1 : Money
  • cloudchannel:v1 : GoogleTypeMoney
  • contentwarehouse:v1 : GoogleTypeMoney
  • displayvideo:v2 : Money
  • displayvideo:v3 : Money
  • documentai:v1 : GoogleTypeMoney
  • domains:v1 : Money
  • jobs:v3 : Money
  • jobs:v4 : Money
  • migrationcenter:v1 : Money
  • mybusinessbusinessinformation:v1 : Money
  • places:v1 : GoogleTypeMoney
  • recommender:v1 : GoogleTypeMoney
  • servicecontrol:v1 : Money

Constructors

$Money({String? currencyCode, int? nanos, String? units})
$Money.fromJson(Map json_)

Properties

currencyCode String?
The three-letter currency code defined in ISO 4217.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nanos int?
Number of nano (10^-9) units of the amount.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
units String?
The whole units of the amount.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited