Serializes an Price to its JSON representation.
@override Map<String, dynamic> toJson() => { "currency": currency, "value": value, };