convertToPigeon method
Convert this instance of SK2PriceLocale to SK2PriceLocaleMessage
Implementation
SK2PriceLocaleMessage convertToPigeon() {
return SK2PriceLocaleMessage(
currencyCode: currencyCode, currencySymbol: currencySymbol);
}
Convert this instance of SK2PriceLocale to SK2PriceLocaleMessage
SK2PriceLocaleMessage convertToPigeon() {
return SK2PriceLocaleMessage(
currencyCode: currencyCode, currencySymbol: currencySymbol);
}