FormatResult constructor

FormatResult({
  1. required List<FormatOp> operations,
})

Implementation

FormatResult({required this.operations});