menu
google_cloud_type package
documentation
type.dart
Money
Money.new constructor
Money.new constructor
dark_mode
light_mode
Money
constructor
Money
(
{
String
currencyCode
=
''
,
int
units
=
0
,
int
nanos
=
0
,
})
Implementation
Money({this.currencyCode = '', this.units = 0, this.nanos = 0}) : super(fullyQualifiedName);
google_cloud_type package
documentation
type
Money
Money.new constructor
Money class