toFileContents method

String toFileContents()

Implementation

String toFileContents() =>
    '${const JsonEncoder.withIndent('  ').convert(toDocument())}\n';