Currency constructor

Currency({
  1. required String name,
  2. required Paragraph description,
})

Implementation

Currency({required this.name, required this.description});