TextValue constructor

TextValue({
  1. required List<TextValueLine> lines,
})

Implementation

TextValue({
  required this.lines,
});