Generator typedef
Generator =
dynamic Function(Document document)
Represents a default value generator for the document fields in field manipulation instruction.
Implementation
typedef Generator = dynamic Function(Document document);