currency property

num? currency

Implementation

num? get currency => isNotNullOrEmpty ? Currency.parse(this!) : null;