Content constructor

Content({
  1. required String value,
  2. required String type,
  3. String? src,
})

Created a new Content object

Implementation

Content({required this.value, required this.type, this.src});