factory Prices.fromMap(Map<String, dynamic> map) { return Prices( currency: map['currency'], valueCents: map['value_cents'], ); }