encodeWithIndent property

String get encodeWithIndent

Convenience getter mirroring the Map variant for parity.

Implementation

String get encodeWithIndent => toJsonString(indent: '  ');