Value constructor

Value({
  1. required String content,
})

Implementation

Value({
  required this.content,
});