flowDocument property

FlowDocument get flowDocument

A fresh document decoded through the production FlowDocument codec.

Implementation

FlowDocument get flowDocument => FlowDocumentCodec.decodeJson(
      utf8.decode(_productionFlowDocumentBytes),
    );