encodeWithIndent property
String
get
encodeWithIndent
Convenience getter mirroring the Map variant for parity.
Implementation
String get encodeWithIndent => toJsonString(indent: ' ');
Convenience getter mirroring the Map variant for parity.
String get encodeWithIndent => toJsonString(indent: ' ');