MLDocument constructor

MLDocument({
  1. required List<DocumentBlock?> blocks,
  2. String? stringValue,
})

Implementation

MLDocument({
  required this.blocks,
  this.stringValue,
});