PIbd-32_Shabunov_O.A._Mobil.../lib/data/dtos/coins_dto.g.dart
olshab 04120c4847 fixed localizations issues
changed application name
updated svg icons
2024-12-16 22:59:15 +04:00

16 lines
584 B
Dart

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'coins_dto.dart';
// **************************************************************************
// JsonSerializableGenerator
// **************************************************************************
CoinDataDto _$CoinDataDtoFromJson(Map<String, dynamic> json) => CoinDataDto(
id: json['id'] as String?,
name: json['name'] as String?,
image: json['image'] as String?,
currentPrice: (json['current_price'] as num?)?.toDouble(),
priceChange24h: (json['price_change_24h'] as num?)?.toDouble(),
);