Quote constructor

Quote({
  1. required String text,
  2. required String author,
})

Implementation

Quote({required this.text, required this.author});