FormCast.currency constructor
FormCast.currency(
- String currency
Cast to a currency
Implementation
FormCast.currency(String currency) {
type = "currency:$currency";
}
Cast to a currency
FormCast.currency(String currency) {
type = "currency:$currency";
}