Quote constructor

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

Implementation

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