currency property

Implementation

PlutoColumnTypeCurrency get currency {
  if (this is! PlutoColumnTypeCurrency) {
    throw TypeError();
  }

  return this as PlutoColumnTypeCurrency;
}