Currency constructor Null safety

Currency(
  1. {String? code,
  2. String? name,
  3. String? symbol}
)