GoogleAdsSearchads360V23ResourcesCurrencyConstant class
A currency constant.
Constructors
- GoogleAdsSearchads360V23ResourcesCurrencyConstant({String? billableUnitMicros, String? code, String? name, String? resourceName, String? symbol})
- GoogleAdsSearchads360V23ResourcesCurrencyConstant.fromJson(Map json_)
Properties
- billableUnitMicros ↔ String?
-
The billable unit for this currency.
getter/setter pair
- code ↔ String?
-
ISO 4217 three-letter currency code, for example, "USD"
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Full English name of the currency.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the currency constant.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- symbol ↔ String?
-
Standard symbol for describing this currency, for example, '$' for US
Dollars.
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