menu
google_cloud_type package
documentation
type.dart
Decimal
Decimal.fromJson factory constructor
Decimal.fromJson factory constructor
dark_mode
light_mode
Decimal.fromJson
constructor
Decimal.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Decimal.fromJson(Map<String, dynamic> json) { return Decimal(value: json['value'] ?? ''); }
google_cloud_type package
documentation
type
Decimal
Decimal.fromJson factory constructor
Decimal class